diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2019-04-22 09:12:27 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2019-04-22 09:12:27 +0000 |
commit | 17432f2ac1b7df37d25e557f81e1c659f3d88029 (patch) | |
tree | 8c43a3fbe315d39b0f5bf24f2a92ae7e21a08718 /print | |
parent | aff71ef1937a7fdff55e69029225dd208abcc0d1 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript9-agpl-x11/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/print/ghostscript9-agpl-x11/Makefile b/print/ghostscript9-agpl-x11/Makefile index 90dcafdf376e..54839567f392 100644 --- a/print/ghostscript9-agpl-x11/Makefile +++ b/print/ghostscript9-agpl-x11/Makefile @@ -11,6 +11,9 @@ COMMENT= PostScript and PDF interpreter, X11 support LICENSE= AGPLv3 +BUILD_DEPENDS= ghostscript9-agpl-base>=${PORTVERSION}:print/ghostscript9-agpl-base +RUN_DEPENDS= ghostscript9-agpl-base>=${PORTVERSION}:print/ghostscript9-agpl-base + CONFLICTS_INSTALL= \ ghostscript[789]-[0-9]* \ ghostscript[789]-nox11-[0-9]* \ @@ -19,7 +22,7 @@ CONFLICTS_INSTALL= \ DISTINFO_FILE= ${.CURDIR:H}/ghostscript9-agpl-base/distinfo PATCHDIR= ${.CURDIR:H}/ghostscript9-agpl-base/files -USES= cpe ghostscript:agpl gmake iconv localbase pkgconfig tar:xz +USES= cpe gmake iconv localbase pkgconfig tar:xz USE_CSTD= gnu99 USE_LDCONFIG= yes USE_XORG= ice sm x11 xext xt |