diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-30 14:19:47 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-30 15:14:06 +0000 |
commit | e271ed77f37a69e75c522433d51d47aacf278ce4 (patch) | |
tree | 9b3b54230de53ba3c945c5024cb62f90f924a8f8 /print | |
parent | 858d7d5a9ef0688b161869db663f09bf6a8e65bc (diff) | |
download | ports-e271ed77f37a69e75c522433d51d47aacf278ce4.tar.gz ports-e271ed77f37a69e75c522433d51d47aacf278ce4.zip |
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript7-x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/ghostscript7-x11/Makefile b/print/ghostscript7-x11/Makefile index 10ba536abb9d..3e5866ff40bc 100644 --- a/print/ghostscript7-x11/Makefile +++ b/print/ghostscript7-x11/Makefile @@ -20,9 +20,10 @@ CONFLICTS_INSTALL= \ ghostscript9-agpl-[0-9]* \ ghostscript9-agpl-nox11-[0-9]* -USES= autoreconf ghostscript:7 gmake tar:bzip2 xorg +USES= autoreconf cpe ghostscript:7 gmake tar:bzip2 xorg USE_LDCONFIG= yes USE_XORG= ice sm x11 xext xt +CPE_VENDOR= artifex GNU_CONFIGURE= yes CONFIGURE_ENV= ${MAKE_ENV} CONFIGURE_ARGS= --disable-compile-inits \ |