diff options
author | will <will@FreeBSD.org> | 2000-04-23 01:08:40 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-04-23 01:08:40 +0800 |
commit | 7e15699c9406fd8f797f1a6d26c3b95bad18bab9 (patch) | |
tree | 0d4f623ac08ae5f0e4383e197e5aad620aba54e7 /misc/qhacc | |
parent | 3899741a0f7eb34ca914d6c4943804a1d611a7c9 (diff) | |
download | freebsd-ports-gnome-7e15699c9406fd8f797f1a6d26c3b95bad18bab9.tar.gz freebsd-ports-gnome-7e15699c9406fd8f797f1a6d26c3b95bad18bab9.tar.zst freebsd-ports-gnome-7e15699c9406fd8f797f1a6d26c3b95bad18bab9.zip |
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/qhacc')
-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}" |