diff options
author | hrs <hrs@FreeBSD.org> | 2015-07-27 14:52:50 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2015-07-27 14:52:50 +0800 |
commit | eb669cad5bdcc29acff17f7b09dec90b940d8db4 (patch) | |
tree | 1457e38230d913ff214e3f229d2ef205a1ba5fcd /print | |
parent | eb9a2d3f1e1f9afbdb621a8cd31a59019d3da7f5 (diff) | |
download | freebsd-ports-gnome-eb669cad5bdcc29acff17f7b09dec90b940d8db4.tar.gz freebsd-ports-gnome-eb669cad5bdcc29acff17f7b09dec90b940d8db4.tar.zst freebsd-ports-gnome-eb669cad5bdcc29acff17f7b09dec90b940d8db4.zip |
Fix to use ${OPTIONS_NAME}_UNSET_FORCE.
Pointy hat to: hrs
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript7-nox11/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript8-nox11/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript9-agpl-nox11/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript9-nox11/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/print/ghostscript7-nox11/Makefile b/print/ghostscript7-nox11/Makefile index 320d1499ebef..95f002656f3f 100644 --- a/print/ghostscript7-nox11/Makefile +++ b/print/ghostscript7-nox11/Makefile @@ -1,7 +1,7 @@ # Created by: Nik Clayton <nik@FreeBSD.org> # $FreeBSD$ -DEPENDS_ARGS+= print_ghostscript7_UNSET_FORCE+=X11 +print_ghostscript7-nox11_UNSET_FORCE+= X11 MASTERDIR= ${.CURDIR}/../ghostscript7 diff --git a/print/ghostscript8-nox11/Makefile b/print/ghostscript8-nox11/Makefile index d9ad1f0e4625..73a8a030ae0d 100644 --- a/print/ghostscript8-nox11/Makefile +++ b/print/ghostscript8-nox11/Makefile @@ -1,7 +1,7 @@ # Created by: Nik Clayton <nik@FreeBSD.org> # $FreeBSD$ -DEPENDS_ARGS+= print_ghostscript8_UNSET_FORCE+=X11 +print_ghostscript8-nox11_UNSET_FORCE+= X11 MASTERDIR= ${.CURDIR}/../ghostscript8 diff --git a/print/ghostscript9-agpl-nox11/Makefile b/print/ghostscript9-agpl-nox11/Makefile index 47cb48eb8757..db1b592f036b 100644 --- a/print/ghostscript9-agpl-nox11/Makefile +++ b/print/ghostscript9-agpl-nox11/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -DEPENDS_ARGS+= print_ghostscript9-agpl_UNSET_FORCE+=X11 +print_ghostscript9-agpl-nox11_UNSET_FORCE+= X11 MASTERDIR= ${.CURDIR}/../ghostscript9-agpl diff --git a/print/ghostscript9-nox11/Makefile b/print/ghostscript9-nox11/Makefile index f704708db82d..bd6690cb0143 100644 --- a/print/ghostscript9-nox11/Makefile +++ b/print/ghostscript9-nox11/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -DEPENDS_ARGS+= print_ghostscript9_UNSET_FORCE+=X11 +print_ghostscript9-nox11_UNSET_FORCE+= X11 MASTERDIR= ${.CURDIR}/../ghostscript9 |