diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-18 18:31:02 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-18 18:31:02 +0000 |
commit | 6913dca7462ae532cc4adf387a399a53b72e4323 (patch) | |
tree | 2f7e73d0d0bae5b16705aa3db95238e96dc6668d /net/libyahoo2/Makefile | |
parent | 67cbe6c89537d4f99ad07395e984ce4a689da80c (diff) | |
download | ports-6913dca7462ae532cc4adf387a399a53b72e4323.tar.gz ports-6913dca7462ae532cc4adf387a399a53b72e4323.zip |
Notes
Diffstat (limited to 'net/libyahoo2/Makefile')
-rw-r--r-- | net/libyahoo2/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/net/libyahoo2/Makefile b/net/libyahoo2/Makefile index f69c81ea6305..20ea9dc362b9 100644 --- a/net/libyahoo2/Makefile +++ b/net/libyahoo2/Makefile @@ -7,8 +7,7 @@ # PORTNAME= libyahoo2 -PORTVERSION= 0.7.4 -PORTREVISION= 2 +PORTVERSION= 0.7.5 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,17 +17,11 @@ COMMENT= A C library that handles the new Yahoo! Messenger protocol USE_BZIP2= yes USE_GNOME= glib20 gnomehack gnometarget -GNU_CONFIGURE= yes +USE_LIBTOOL_VER= 15 INSTALLS_SHLIB= yes -.include <bsd.port.pre.mk> - -.if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" -.endif - post-patch: @${REINPLACE_CMD} -e 's|-Wall -ansi -pedantic||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-g -Wall||g' ${WRKSRC}/src/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk> |