svn commit: r499621 - head/print/ghostscript9-agpl-x11

Tijl Coosemans tijl at FreeBSD.org
Mon Apr 22 09:12:28 UTC 2019


Author: tijl
Date: Mon Apr 22 09:12:27 2019
New Revision: 499621
URL: https://svnweb.freebsd.org/changeset/ports/499621

Log:
  Make sure ghostscript9-agpl-x11 and ghostscript9-agpl-base have the same
  version.

Modified:
  head/print/ghostscript9-agpl-x11/Makefile

Modified: head/print/ghostscript9-agpl-x11/Makefile
==============================================================================
--- head/print/ghostscript9-agpl-x11/Makefile	Mon Apr 22 09:01:21 2019	(r499620)
+++ head/print/ghostscript9-agpl-x11/Makefile	Mon Apr 22 09:12:27 2019	(r499621)
@@ -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


More information about the svn-ports-all mailing list