diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-03-02 18:01:16 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-03-02 18:01:16 +0000 |
commit | 11758c14d538ea3e6c66dc8da149e862ff0a3cd8 (patch) | |
tree | 53d5038d34f3103d92d696f493f70d9aad5432e8 /net/xprobe/Makefile | |
parent | 17bbf619889a9f9ad20dfa276f8580e18af7793c (diff) | |
download | ports-11758c14d538ea3e6c66dc8da149e862ff0a3cd8.tar.gz ports-11758c14d538ea3e6c66dc8da149e862ff0a3cd8.zip |
Notes
Diffstat (limited to 'net/xprobe/Makefile')
-rw-r--r-- | net/xprobe/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/xprobe/Makefile b/net/xprobe/Makefile index 4bec89c56595..5976663e3722 100644 --- a/net/xprobe/Makefile +++ b/net/xprobe/Makefile @@ -3,6 +3,7 @@ PORTNAME= xprobe2 PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF/xprobe/${PORTNAME}/Xprobe2%20${PORTVERSION} @@ -15,4 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING CONFIGURE_ENV= INSTALL=${INSTALL} GNU_CONFIGURE= yes +post-patch: + @${REINPLACE_CMD} -e 's|-DBROKEN_BSD||' ${WRKSRC}/libs-external/USI++/src/configure + .include <bsd.port.mk> |