diff options
author | green <green@FreeBSD.org> | 2001-01-02 10:11:34 +0800 |
---|---|---|
committer | green <green@FreeBSD.org> | 2001-01-02 10:11:34 +0800 |
commit | 84c7344483455c17cfeb5ded687e697dd4a41a37 (patch) | |
tree | 7f5a1bf00e462476e71d17adf186791ba42560f3 /net-im/licq | |
parent | d30384daa0445f5c1fa95599dac3e41e7f14bb57 (diff) | |
download | freebsd-ports-graphics-84c7344483455c17cfeb5ded687e697dd4a41a37.tar.gz freebsd-ports-graphics-84c7344483455c17cfeb5ded687e697dd4a41a37.tar.zst freebsd-ports-graphics-84c7344483455c17cfeb5ded687e697dd4a41a37.zip |
I have no clue why USE_QT2 got commented out.
Submitted by: alex
Diffstat (limited to 'net-im/licq')
-rw-r--r-- | net-im/licq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile index 66de8f711b9..ae8843f0313 100644 --- a/net-im/licq/Makefile +++ b/net-im/licq/Makefile @@ -20,7 +20,7 @@ MAINTAINER= green@FreeBSD.org BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake LIB_DEPENDS= qt2:${PORTSDIR}/x11-toolkits/qt22 -#USE_QT2= yes +USE_QT2= yes USE_GMAKE= yes USE_AUTOCONF= yes USE_NEWGCC= yes |