Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Mar 2015 22:34:16 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r381049 - head/devel/ndesk-options
Message-ID:  <201503112234.t2BMYGQ9070174@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503112234.t2BMYGQ9070174>