aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2014-06-13 06:48:32 +0800
committerpawel <pawel@FreeBSD.org>2014-06-13 06:48:32 +0800
commitbbc476a2a7684da2f0f7ce57eb31ead7f29085fa (patch)
tree4d5a8e50009f22115568838a0495e0fa4a74a20c /misc
parent91c126009b30db1963e14818fc458303f013d4c2 (diff)
downloadfreebsd-ports-gnome-bbc476a2a7684da2f0f7ce57eb31ead7f29085fa.tar.gz
freebsd-ports-gnome-bbc476a2a7684da2f0f7ce57eb31ead7f29085fa.tar.zst
freebsd-ports-gnome-bbc476a2a7684da2f0f7ce57eb31ead7f29085fa.zip
- Port is stage safe
- Convert to new LIB_DEPENDS format
Diffstat (limited to 'misc')
-rw-r--r--misc/gregexp/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/gregexp/Makefile b/misc/gregexp/Makefile
index 552a3fa2599d..7f8087caa75e 100644
--- a/misc/gregexp/Makefile
+++ b/misc/gregexp/Makefile
@@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= ${PORTVERSION}
MAINTAINER= ports@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>