diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2011-06-07 14:22:23 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2011-06-07 14:22:23 +0000 |
commit | cee3955026a22eb7e62065c56a26aaf609959af2 (patch) | |
tree | 7038990921f5662fc6a3711d9d2ecf44bd371335 /print | |
parent | f75a2beddbfa97e31e37257e3088f7f210a55593 (diff) | |
download | ports-cee3955026a22eb7e62065c56a26aaf609959af2.tar.gz ports-cee3955026a22eb7e62065c56a26aaf609959af2.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/ghostscript9-nox11/Makefile | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 1a7a9a7ecb22..b330a212b1ef 100644 --- a/print/Makefile +++ b/print/Makefile @@ -88,6 +88,7 @@ SUBDIR += ghostscript8 SUBDIR += ghostscript8-nox11 SUBDIR += ghostscript9 + SUBDIR += ghostscript9-nox11 SUBDIR += ghostview SUBDIR += gimp-gutenprint SUBDIR += gl2ps diff --git a/print/ghostscript9-nox11/Makefile b/print/ghostscript9-nox11/Makefile new file mode 100644 index 000000000000..2e3897d77b62 --- /dev/null +++ b/print/ghostscript9-nox11/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: ghostscript9-nox11 +# Date created: 7 June 2011 +# Whom: hrs +# +# $FreeBSD$ +# + +WITHOUT_X11= yes + +MASTERDIR= ${.CURDIR}/../ghostscript9 + +.include "${MASTERDIR}/Makefile" |