diff options
author | Brian Feldman <green@FreeBSD.org> | 2001-01-02 02:11:34 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 2001-01-02 02:11:34 +0000 |
commit | d5eaba190614e3ceea7fa0eea2baf77029671956 (patch) | |
tree | f459f5734b41eec084e68a54f537bfb186c231ca /net-im | |
parent | Update to the latest codes from www.brainstorm.co.uk (diff) |
I have no clue why USE_QT2 got commented out.
Submitted by: alex
Notes
Notes:
svn path=/head/; revision=36592
Diffstat (limited to 'net-im')
-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 66de8f711b92..ae8843f03138 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 |