Index: head/print/ghostscript7-nox11/Makefile =================================================================== --- head/print/ghostscript7-nox11/Makefile (revision 392962) +++ head/print/ghostscript7-nox11/Makefile (revision 392963) @@ -1,8 +1,8 @@ # Created by: Nik Clayton # $FreeBSD$ -OPTIONS_EXCLUDE= X11 +DEPENDS_ARGS+= print_ghostscript7_UNSET_FORCE+=X11 MASTERDIR= ${.CURDIR}/../ghostscript7 .include "${MASTERDIR}/Makefile" Index: head/print/ghostscript8-nox11/Makefile =================================================================== --- head/print/ghostscript8-nox11/Makefile (revision 392962) +++ head/print/ghostscript8-nox11/Makefile (revision 392963) @@ -1,8 +1,8 @@ # Created by: Nik Clayton # $FreeBSD$ -OPTIONS_EXCLUDE= X11 +DEPENDS_ARGS+= print_ghostscript8_UNSET_FORCE+=X11 MASTERDIR= ${.CURDIR}/../ghostscript8 .include "${MASTERDIR}/Makefile" Index: head/print/ghostscript9-agpl-nox11/Makefile =================================================================== --- head/print/ghostscript9-agpl-nox11/Makefile (revision 392962) +++ head/print/ghostscript9-agpl-nox11/Makefile (revision 392963) @@ -1,7 +1,7 @@ # $FreeBSD$ -OPTIONS_EXCLUDE= X11 +DEPENDS_ARGS+= print_ghostscript9-agpl_UNSET_FORCE+=X11 MASTERDIR= ${.CURDIR}/../ghostscript9-agpl .include "${MASTERDIR}/Makefile" Index: head/print/ghostscript9-nox11/Makefile =================================================================== --- head/print/ghostscript9-nox11/Makefile (revision 392962) +++ head/print/ghostscript9-nox11/Makefile (revision 392963) @@ -1,7 +1,7 @@ # $FreeBSD$ -OPTIONS_EXCLUDE= X11 +DEPENDS_ARGS+= print_ghostscript9_UNSET_FORCE+=X11 MASTERDIR= ${.CURDIR}/../ghostscript9 .include "${MASTERDIR}/Makefile"