1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Port is stage safe

- Convert to new LIB_DEPENDS format
This commit is contained in:
Pawel Pekala 2014-06-12 22:48:32 +00:00
parent 046440eb83
commit b185b04cc8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357641

View File

@ -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>