diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-05-09 14:45:49 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-05-09 14:45:49 +0000 |
commit | 6eb6b44ec2a6c5d07dff8715d0e1c32ea52746bc (patch) | |
tree | b428e6cb1fe7f2cb5600826ccc10424ced84b66a /irc/eggcreator | |
parent | 088fe0862b5fc627bd1bd9e774308a94adab1036 (diff) | |
download | ports-6eb6b44ec2a6c5d07dff8715d0e1c32ea52746bc.tar.gz ports-6eb6b44ec2a6c5d07dff8715d0e1c32ea52746bc.zip |
Notes
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 |