svn commit: r301027 - head/devel/pcre

Martin Matuska mm at FreeBSD.org
Tue Jul 17 19:41:33 UTC 2012


Author: mm
Date: Tue Jul 17 19:41:32 2012
New Revision: 301027
URL: http://svn.freebsd.org/changeset/ports/301027

Log:
  Fix libedit dependency to >= 803000
  
  PR:		ports/169948
  Reported by:	Bryan Drewery

Modified:
  head/devel/pcre/Makefile

Modified: head/devel/pcre/Makefile
==============================================================================
--- head/devel/pcre/Makefile	Tue Jul 17 19:36:17 2012	(r301026)
+++ head/devel/pcre/Makefile	Tue Jul 17 19:41:32 2012	(r301027)
@@ -44,8 +44,8 @@ PORTDOCS=	*
 
 .include <bsd.port.pre.mk>
 
-# For FreeBSD 8.x and above link pcretest against libedit
-.if ${OSVERSION} > 800000
+# For FreeBSD 8.3 and above link pcretest against libedit
+.if ${OSVERSION} >= 803000
 CONFIGURE_ARGS+=	--enable-pcretest-libedit
 .endif
 



More information about the svn-ports-all mailing list