svn commit: r392959 - in head/print: ghostscript7-nox11 ghostscript8-nox11 ghostscript9-agpl-nox11 ghostscript9-nox11

Antoine Brodin antoine at FreeBSD.org
Mon Jul 27 05:53:15 UTC 2015


Author: antoine
Date: Mon Jul 27 05:53:13 2015
New Revision: 392959
URL: https://svnweb.freebsd.org/changeset/ports/392959

Log:
  Fix duplicate pkgnames
  
  Pointy hat:	hrs

Modified:
  head/print/ghostscript7-nox11/Makefile
  head/print/ghostscript8-nox11/Makefile
  head/print/ghostscript9-agpl-nox11/Makefile
  head/print/ghostscript9-nox11/Makefile

Modified: head/print/ghostscript7-nox11/Makefile
==============================================================================
--- head/print/ghostscript7-nox11/Makefile	Mon Jul 27 05:45:39 2015	(r392958)
+++ head/print/ghostscript7-nox11/Makefile	Mon Jul 27 05:53:13 2015	(r392959)
@@ -1,7 +1,7 @@
 # Created by: Nik Clayton <nik at FreeBSD.org>
 # $FreeBSD$
 
-DEPENDS_ARGS+=	print_ghostscript7_UNSET_FORCE+=X11
+OPTIONS_EXCLUDE=	X11
 
 MASTERDIR=	${.CURDIR}/../ghostscript7
 

Modified: head/print/ghostscript8-nox11/Makefile
==============================================================================
--- head/print/ghostscript8-nox11/Makefile	Mon Jul 27 05:45:39 2015	(r392958)
+++ head/print/ghostscript8-nox11/Makefile	Mon Jul 27 05:53:13 2015	(r392959)
@@ -1,7 +1,7 @@
 # Created by: Nik Clayton <nik at FreeBSD.org>
 # $FreeBSD$
 
-DEPENDS_ARGS+=	print_ghostscript8_UNSET_FORCE+=X11
+OPTIONS_EXCLUDE=	X11
 
 MASTERDIR=	${.CURDIR}/../ghostscript8
 

Modified: head/print/ghostscript9-agpl-nox11/Makefile
==============================================================================
--- head/print/ghostscript9-agpl-nox11/Makefile	Mon Jul 27 05:45:39 2015	(r392958)
+++ head/print/ghostscript9-agpl-nox11/Makefile	Mon Jul 27 05:53:13 2015	(r392959)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-DEPENDS_ARGS+=	print_ghostscript9-agpl_UNSET_FORCE+=X11
+OPTIONS_EXCLUDE=	X11
 
 MASTERDIR=	${.CURDIR}/../ghostscript9-agpl
 

Modified: head/print/ghostscript9-nox11/Makefile
==============================================================================
--- head/print/ghostscript9-nox11/Makefile	Mon Jul 27 05:45:39 2015	(r392958)
+++ head/print/ghostscript9-nox11/Makefile	Mon Jul 27 05:53:13 2015	(r392959)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-DEPENDS_ARGS+=	print_ghostscript9_UNSET_FORCE+=X11
+OPTIONS_EXCLUDE=	X11
 
 MASTERDIR=	${.CURDIR}/../ghostscript9
 


More information about the svn-ports-head mailing list