svn commit: r357641 - head/misc/gregexp

Pawel Pekala pawel at FreeBSD.org
Thu Jun 12 22:48:32 UTC 2014


Author: pawel
Date: Thu Jun 12 22:48:32 2014
New Revision: 357641
URL: http://svnweb.freebsd.org/changeset/ports/357641
QAT: https://qat.redports.org/buildarchive/r357641/

Log:
  - Port is stage safe
  - Convert to new LIB_DEPENDS format

Modified:
  head/misc/gregexp/Makefile

Modified: head/misc/gregexp/Makefile
==============================================================================
--- head/misc/gregexp/Makefile	Thu Jun 12 22:46:37 2014	(r357640)
+++ head/misc/gregexp/Makefile	Thu Jun 12 22:48:32 2014	(r357641)
@@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR=	${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Graphical regular expression explorer
 
-LIB_DEPENDS=	pcre.3:${PORTSDIR}/devel/pcre
+LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
 
 USES=		pkgconfig
 USE_GNOME=	gnomeprefix libgnomeui
@@ -19,5 +19,4 @@ GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list