diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-09-01 23:40:37 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-09-01 23:40:37 +0800 |
commit | 2bd33374cac83075c3a2be63928249f9d2a0efec (patch) | |
tree | 22aa2c6eb5b750578f75a445eb101507c8294715 /net-p2p/mutella/Makefile | |
parent | 222e4656df69b376c268b0a3ac1a7c21677a4ba5 (diff) | |
download | freebsd-ports-gnome-2bd33374cac83075c3a2be63928249f9d2a0efec.tar.gz freebsd-ports-gnome-2bd33374cac83075c3a2be63928249f9d2a0efec.tar.zst freebsd-ports-gnome-2bd33374cac83075c3a2be63928249f9d2a0efec.zip |
Update to 0.4.1
PR: 41541
Submitted by: tilman@arved.de
Approved by: maintainer
Diffstat (limited to 'net-p2p/mutella/Makefile')
-rw-r--r-- | net-p2p/mutella/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/net-p2p/mutella/Makefile b/net-p2p/mutella/Makefile index a330dad5db25..e6618fb136d4 100644 --- a/net-p2p/mutella/Makefile +++ b/net-p2p/mutella/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mutella -PORTVERSION= 0.3.3 +PORTVERSION= 0.4.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,5 +14,13 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= dominic_marks@btinternet.com GNU_CONFIGURE= yes +USE_REINPLACE= yes +CONFIGURE_TARGET= +CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + +post-patch: + ${REINPLACE_CMD} -e 's|ulong|u_long|' \ + ${WRKSRC}/mutella/asyncsocket.cpp \ + ${WRKSRC}/mutella/asyncsocket.h .include <bsd.port.mk> |