diff options
author | asami <asami@FreeBSD.org> | 2000-02-23 00:14:12 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-02-23 00:14:12 +0000 |
commit | a85077bfa8233bc004551d64b1b8a8999c2720f6 (patch) | |
tree | a1e743e546a8914bf9db046b1b58c9a7c62b175a /net/icqnix/Makefile | |
parent | 695b61d9cd3d3a3da74e4ce69bd67a9f017eed26 (diff) | |
download | FreeBSD-ports-a85077bfa8233bc004551d64b1b8a8999c2720f6.zip FreeBSD-ports-a85077bfa8233bc004551d64b1b8a8999c2720f6.tar.gz |
Use USE_QT instead of explicit LIB_DEPENDS. Also, change
HAS_CONFIGURE+CONFIGURE_ARGS="--prefix=${PREFIX}" to GNU_CONFIGURE.
Diffstat (limited to 'net/icqnix/Makefile')
-rw-r--r-- | net/icqnix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/icqnix/Makefile b/net/icqnix/Makefile index 1016d4d..ad31d04 100644 --- a/net/icqnix/Makefile +++ b/net/icqnix/Makefile @@ -13,11 +13,11 @@ MASTER_SITES= http://icqnix.linuxbox.com/ MAINTAINER= yinjieh@csie.nctu.edu.tw -LIB_DEPENDS= qt.2:${PORTSDIR}/x11-toolkits/qt142 RUN_DEPENDS= esdplay:${PORTSDIR}/audio/esound GNU_CONFIGURE= yes USE_GMAKE= yes +USE_QT= yes post-install: @strip ${PREFIX}/bin/icqnix |