svn commit: r381049 - head/devel/ndesk-options

Antoine Brodin antoine at FreeBSD.org
Wed Mar 11 22:34:16 UTC 2015


Author: antoine
Date: Wed Mar 11 22:34:15 2015
New Revision: 381049
URL: https://svnweb.freebsd.org/changeset/ports/381049
QAT: https://qat.redports.org/buildarchive/r381049/

Log:
  Convert to USES=mono pathfix (and unbreak when no TZ is set)
  
  Reported by:	pkg-fallout

Modified:
  head/devel/ndesk-options/Makefile

Modified: head/devel/ndesk-options/Makefile
==============================================================================
--- head/devel/ndesk-options/Makefile	Wed Mar 11 22:31:33 2015	(r381048)
+++ head/devel/ndesk-options/Makefile	Wed Mar 11 22:34:15 2015	(r381049)
@@ -8,14 +8,7 @@ MASTER_SITES=	http://www.ndesk.org/archi
 MAINTAINER=	mono at 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>


More information about the svn-ports-head mailing list