diff options
Diffstat (limited to 'net/libfreenet/Makefile')
-rw-r--r-- | net/libfreenet/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/libfreenet/Makefile b/net/libfreenet/Makefile index dfc18b179490..b27c46ec226f 100644 --- a/net/libfreenet/Makefile +++ b/net/libfreenet/Makefile @@ -7,18 +7,19 @@ # PORTNAME= libfreenet -PORTVERSION= 0.4.0 +PORTVERSION= 0.5.0 CATEGORIES= net MASTER_SITES= http://thalassocracy.org/libfreenet/ MAINTAINER= ports@FreeBSD.org USE_OPENSSL= yes +USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --includedir=${PREFIX}/include/libfreenet - -USE_GMAKE= yes - INSTALLS_SHLIB= yes +post-patch: + @${PERL} -pi -e 's|-g -Wall|\@CFLAGS\@|g' ${WRKSRC}/Makefile.in + .include <bsd.port.mk> |