diff options
author | Will Andrews <will@FreeBSD.org> | 2000-04-22 17:08:40 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-04-22 17:08:40 +0000 |
commit | 22f87de70ba614f6ceac5de86f81ac0b355fbb80 (patch) | |
tree | 4ce1f841224f23d1cbfa0ee2edba5eaec4f9e1a2 /misc | |
parent | Back to ver 1.4, that's my fault. :( (diff) |
Forgot to change qt2.3 BUILD_DEPEND and USE_NEWGCC to the newer USE_QT2.
Doing so now since I don't know when the next qhacc release will be.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/qhacc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/qhacc/Makefile b/misc/qhacc/Makefile index c5fb25f5e50c..179b8fcaa937 100644 --- a/misc/qhacc/Makefile +++ b/misc/qhacc/Makefile @@ -12,9 +12,7 @@ MASTER_SITES= ftp://ftp.ostrich-emulators.cx/qhacc/ MAINTAINER= will@FreeBSD.org -LIB_DEPENDS= qt2.3:${PORTSDIR}/x11-toolkits/qt21 - -USE_NEWGCC= yes +USE_QT2= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-qt="${X11BASE}" |