svn commit: r351891 - head/graphics/libwmf
Antoine Brodin
antoine at FreeBSD.org
Wed Apr 23 00:26:37 UTC 2014
Author: antoine
Date: Wed Apr 23 00:26:36 2014
New Revision: 351891
URL: http://svnweb.freebsd.org/changeset/ports/351891
QAT: https://qat.redports.org/buildarchive/r351891/
Log:
Fix ports with duplicate pkgnames
With hat: portmgr
Modified:
head/graphics/libwmf/Makefile
Modified: head/graphics/libwmf/Makefile
==============================================================================
--- head/graphics/libwmf/Makefile Tue Apr 22 23:39:32 2014 (r351890)
+++ head/graphics/libwmf/Makefile Wed Apr 23 00:26:36 2014 (r351891)
@@ -35,6 +35,10 @@ X11_USE= XORG=x11
X11_CONFIGURE_OFF=--with-x=no
.include <bsd.port.options.mk>
+.if ! ${PORT_OPTIONS:MX11}
+PKGNAMESUFFIX= -nox11
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|src include fonts doc|src include fonts|g' \
${WRKSRC}/Makefile.in
More information about the svn-ports-all
mailing list