svn commit: r316812 - head/devel/libslang2

Marcus von Appen mva at FreeBSD.org
Mon Apr 29 12:51:22 UTC 2013


Author: mva
Date: Mon Apr 29 12:51:21 2013
New Revision: 316812
URL: http://svnweb.freebsd.org/changeset/ports/316812

Log:
  - Fix iconv dependency after the USES= iconv conversion
  
  Reported by:	olgeni@
  Approved by:	garga@

Modified:
  head/devel/libslang2/Makefile

Modified: head/devel/libslang2/Makefile
==============================================================================
--- head/devel/libslang2/Makefile	Mon Apr 29 12:30:43 2013	(r316811)
+++ head/devel/libslang2/Makefile	Mon Apr 29 12:51:21 2013	(r316812)
@@ -36,7 +36,7 @@ ONIG_DESC=	Oniguruma support
 
 PORTDOCS=	*
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MPCRE}
 LIB_DEPENDS+=	pcre:${PORTSDIR}/devel/pcre
@@ -79,4 +79,4 @@ post-patch:
 		${WRKSRC}/slsh/Makefile.in
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list