diff options
author | hrs <hrs@FreeBSD.org> | 2014-11-23 14:14:21 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2014-11-23 14:14:21 +0800 |
commit | efb3e2ad0be8263df501e91f393e9ca1b1117912 (patch) | |
tree | 129b54759668029d5b4e2c90770cbd6d51066db8 /print/ghostscript7-nox11 | |
parent | a41d758bb5f6607f7ef21df7f6ff26ab363e720d (diff) | |
download | freebsd-ports-gnome-efb3e2ad0be8263df501e91f393e9ca1b1117912.tar.gz freebsd-ports-gnome-efb3e2ad0be8263df501e91f393e9ca1b1117912.tar.zst freebsd-ports-gnome-efb3e2ad0be8263df501e91f393e9ca1b1117912.zip |
Resurrect print/ghostscript7{,-commfont,-jpnfont,-korfont,-nox11}.
Diffstat (limited to 'print/ghostscript7-nox11')
-rw-r--r-- | print/ghostscript7-nox11/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/print/ghostscript7-nox11/Makefile b/print/ghostscript7-nox11/Makefile new file mode 100644 index 000000000000..0d4a87498e3a --- /dev/null +++ b/print/ghostscript7-nox11/Makefile @@ -0,0 +1,8 @@ +# Created by: Nik Clayton <nik@FreeBSD.org> +# $FreeBSD$ + +WITHOUT_X11= yes + +MASTERDIR= ${.CURDIR}/../ghostscript7 + +.include "${MASTERDIR}/Makefile" |