diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-03-11 22:34:15 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-03-11 22:34:15 +0000 |
commit | cca4407fb6572cfa6156535312a726f52d01f168 (patch) | |
tree | f9e85d4763ba623438f6c3eee4595b24f430e5cb | |
parent | Update to 2.2.8 (diff) |
Convert to USES=mono pathfix (and unbreak when no TZ is set)
Reported by: pkg-fallout
Notes
Notes:
svn path=/head/; revision=381049
-rw-r--r-- | devel/ndesk-options/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/ndesk-options/Makefile b/devel/ndesk-options/Makefile index 325c089b70e7..f2fdc6a27aea 100644 --- a/devel/ndesk-options/Makefile +++ b/devel/ndesk-options/Makefile @@ -8,14 +8,7 @@ MASTER_SITES= http://www.ndesk.org/archive/${PORTNAME}/ MAINTAINER= mono@FreeBSD.org COMMENT= Callback-based program option parser for C\# -BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono -RUN_DEPENDS= mono:${PORTSDIR}/lang/mono - GNU_CONFIGURE= yes -USES= pkgconfig gmake - -post-patch: - @${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ - ${WRKSRC}/Makefile.in +USES= gmake mono pathfix pkgconfig .include <bsd.port.mk> |