From b185b04cc84ffaefe848a3045450029347462b91 Mon Sep 17 00:00:00 2001 From: Pawel Pekala Date: Thu, 12 Jun 2014 22:48:32 +0000 Subject: [PATCH] - Port is stage safe - Convert to new LIB_DEPENDS format --- misc/gregexp/Makefile | 3 +-- 1 file changed, 1 insertion(+), 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