diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-02-23 00:14:12 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-02-23 00:14:12 +0000 |
commit | 4bd98fb07c911b1435bfdee16dc61f72bddc539e (patch) | |
tree | a9b4efcaf45268340e10996e94b60a1552a1654c /net/icqnix | |
parent | 3071213070b8e1dd09baf883ca3f2eb5254d5319 (diff) |
Use USE_QT instead of explicit LIB_DEPENDS. Also, change
HAS_CONFIGURE+CONFIGURE_ARGS="--prefix=${PREFIX}" to GNU_CONFIGURE.
Notes
Notes:
svn path=/head/; revision=26177
Diffstat (limited to 'net/icqnix')
-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 1016d4d24cfb..ad31d04db505 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 |