diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-26 19:43:27 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-26 19:43:27 +0000 |
commit | 030ed576bafda7d4f5a59a1810bd8ff2cbd45ddb (patch) | |
tree | 1ff2e40f0ed71446ce15923b1857ab98fbd838a9 /net-im/libyahoo2/Makefile | |
parent | 5253496871780cd7744130b1dcf9f4995c7bafc6 (diff) | |
download | ports-030ed576bafda7d4f5a59a1810bd8ff2cbd45ddb.tar.gz ports-030ed576bafda7d4f5a59a1810bd8ff2cbd45ddb.zip |
Notes
Diffstat (limited to 'net-im/libyahoo2/Makefile')
-rw-r--r-- | net-im/libyahoo2/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-im/libyahoo2/Makefile b/net-im/libyahoo2/Makefile index e26fc40aea70..05c9eb7a62be 100644 --- a/net-im/libyahoo2/Makefile +++ b/net-im/libyahoo2/Makefile @@ -3,17 +3,18 @@ PORTNAME= libyahoo2 PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A C library that handles the new Yahoo! Messenger protocol -USE_AUTOTOOLS= libtool -USE_BZIP2= yes -USES= pathfix +USES= tar:bzip2 libtool pathfix USE_GNOME= glib20 +GNU_CONFIGURE= yes USE_LDCONFIG= yes +INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} -e 's|-Wall -ansi -pedantic||g' ${WRKSRC}/configure |