diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-05-09 14:45:49 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-05-09 14:45:49 +0000 |
commit | 4228508e7721ad57ae61617e0a2eb9e5c18a1ef7 (patch) | |
tree | e3cbecde3a269240083ad93b31181aaea02f5b76 /irc/eggcreator | |
parent | 7f6c9bbfb6f5ac245dfebdda5c1c7e925332cefb (diff) | |
download | FreeBSD-ports-4228508e7721ad57ae61617e0a2eb9e5c18a1ef7.zip FreeBSD-ports-4228508e7721ad57ae61617e0a2eb9e5c18a1ef7.tar.gz |
add missing qt depend
Noticed by: bento via kris
Diffstat (limited to 'irc/eggcreator')
-rw-r--r-- | irc/eggcreator/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/eggcreator/Makefile b/irc/eggcreator/Makefile index 939e065..96099ca 100644 --- a/irc/eggcreator/Makefile +++ b/irc/eggcreator/Makefile @@ -17,6 +17,7 @@ COMMENT= Eggdrop.conf creator BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake WRKSRC= ${WRKDIR}/eggconfcreator +USE_QT_VER= 3 MAKE_ENV= QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ \ QTDIR=${X11BASE} QMAKE= ${LOCALBASE}/bin/qmake |