diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-30 14:24:04 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-30 15:14:08 +0000 |
commit | 94d39dc27dc030189047059f5d1e1cb6d5050588 (patch) | |
tree | 34a56a1146ae51a25b90e835866ad762f57d00e5 /print/ghostscript9-base | |
parent | 7b9d3cad839f8752ff1b59b1f9d75bca3e714ab2 (diff) |
Diffstat (limited to 'print/ghostscript9-base')
-rw-r--r-- | print/ghostscript9-base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/ghostscript9-base/Makefile b/print/ghostscript9-base/Makefile index ca304730cc8c..633d97f60077 100644 --- a/print/ghostscript9-base/Makefile +++ b/print/ghostscript9-base/Makefile @@ -32,8 +32,9 @@ CONFLICTS_INSTALL= \ ghostscript9-agpl-[0-9]* \ ghostscript9-agpl-nox11-[0-9]* -USES= autoreconf gmake jpeg pkgconfig:build tar:bzip2 +USES= autoreconf cpe gmake jpeg pkgconfig:build tar:bzip2 USE_LDCONFIG= yes +CPE_VENDOR= artifex EXTRACT_AFTER_ARGS= ${EXCLUDE_DIRS:S/^/--exclude /} DATADIR= ${PREFIX}/share/${PORTNAME}/${PORTVERSION} GNU_CONFIGURE= yes |