diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-26 05:47:47 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-26 05:47:47 +0800 |
commit | 6fa2d0f877c6caee9b57639d28becf6499b53a79 (patch) | |
tree | 6b507147d68c174a30b4b2602b6ced497ba0218a /net-im | |
parent | a830257846df701e68e106b3ef6684e03732e6ad (diff) | |
download | freebsd-ports-gnome-6fa2d0f877c6caee9b57639d28becf6499b53a79.tar.gz freebsd-ports-gnome-6fa2d0f877c6caee9b57639d28becf6499b53a79.tar.zst freebsd-ports-gnome-6fa2d0f877c6caee9b57639d28becf6499b53a79.zip |
Support stage
USE_GMAKE -> USES=gmake
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/icqlib/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/icqlib/Makefile b/net-im/icqlib/Makefile index 84904db9ad24..d27e685e9222 100644 --- a/net-im/icqlib/Makefile +++ b/net-im/icqlib/Makefile @@ -8,14 +8,13 @@ CATEGORIES= net-im MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= A library required by kicq (not libicq) +COMMENT= Library required by kicq (not libicq) +USES= gmake USE_AUTOTOOLS= libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_GMAKE= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure |