diff options
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 939e0656020a..96099cadbe88 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 |