diff options
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 |