diff options
author | antoine <antoine@FreeBSD.org> | 2015-07-27 14:36:45 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-07-27 14:36:45 +0800 |
commit | d34962ccdbada2069df6de414f9df73d0621a151 (patch) | |
tree | fca56d5adab34ce850a3eec169937913cf60dd16 /print | |
parent | 4c4163d88c1a0e8ef69fc845a46642608881561b (diff) | |
download | freebsd-ports-gnome-d34962ccdbada2069df6de414f9df73d0621a151.tar.gz freebsd-ports-gnome-d34962ccdbada2069df6de414f9df73d0621a151.tar.zst freebsd-ports-gnome-d34962ccdbada2069df6de414f9df73d0621a151.zip |
Revert r392959 for now, but those ports are still broken...
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 6c082ae5ac49..320d1499ebef 100644 --- a/print/ghostscript7-nox11/Makefile +++ b/print/ghostscript7-nox11/Makefile @@ -1,7 +1,7 @@ # Created by: Nik Clayton <nik@FreeBSD.org> # $FreeBSD$ -OPTIONS_EXCLUDE= X11 +DEPENDS_ARGS+= print_ghostscript7_UNSET_FORCE+=X11 MASTERDIR= ${.CURDIR}/../ghostscript7 diff --git a/print/ghostscript8-nox11/Makefile b/print/ghostscript8-nox11/Makefile index 9426efd2c093..d9ad1f0e4625 100644 --- a/print/ghostscript8-nox11/Makefile +++ b/print/ghostscript8-nox11/Makefile @@ -1,7 +1,7 @@ # Created by: Nik Clayton <nik@FreeBSD.org> # $FreeBSD$ -OPTIONS_EXCLUDE= X11 +DEPENDS_ARGS+= print_ghostscript8_UNSET_FORCE+=X11 MASTERDIR= ${.CURDIR}/../ghostscript8 diff --git a/print/ghostscript9-agpl-nox11/Makefile b/print/ghostscript9-agpl-nox11/Makefile index e839fcf83dba..47cb48eb8757 100644 --- a/print/ghostscript9-agpl-nox11/Makefile +++ b/print/ghostscript9-agpl-nox11/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -OPTIONS_EXCLUDE= X11 +DEPENDS_ARGS+= print_ghostscript9-agpl_UNSET_FORCE+=X11 MASTERDIR= ${.CURDIR}/../ghostscript9-agpl diff --git a/print/ghostscript9-nox11/Makefile b/print/ghostscript9-nox11/Makefile index 417f2cf0ed22..f704708db82d 100644 --- a/print/ghostscript9-nox11/Makefile +++ b/print/ghostscript9-nox11/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -OPTIONS_EXCLUDE= X11 +DEPENDS_ARGS+= print_ghostscript9_UNSET_FORCE+=X11 MASTERDIR= ${.CURDIR}/../ghostscript9 |