diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-25 21:47:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-25 21:47:47 +0000 |
commit | e8fb3b1f0763cf1bb61788c2f1d4a1622433ddf3 (patch) | |
tree | 6b507147d68c174a30b4b2602b6ced497ba0218a /net-im | |
parent | d446daef8ef4ac1d3f76726fa5b7bf9c2ed2f021 (diff) | |
download | ports-e8fb3b1f0763cf1bb61788c2f1d4a1622433ddf3.tar.gz ports-e8fb3b1f0763cf1bb61788c2f1d4a1622433ddf3.zip |
Notes
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 |