Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Apr 2014 00:26:36 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351891 - head/graphics/libwmf
Message-ID:  <201404230026.s3N0Qau1015642@svn.freebsd.org>

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



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