Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jun 2014 22:48:32 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357641 - head/misc/gregexp
Message-ID:  <201406122248.s5CMmWAs006952@svn.freebsd.org>

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



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