Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 2019 09:15:37 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r499623 - branches/2019Q2/print/ghostscript9-agpl-x11
Message-ID:  <201904220915.x3M9FbAW069194@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Mon Apr 22 09:15:37 2019
New Revision: 499623
URL: https://svnweb.freebsd.org/changeset/ports/499623

Log:
  MFH: r499621
  
  Make sure ghostscript9-agpl-x11 and ghostscript9-agpl-base have the same
  version.
  
  Approved by:	ports-secteam (blanket)

Modified:
  branches/2019Q2/print/ghostscript9-agpl-x11/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/print/ghostscript9-agpl-x11/Makefile
==============================================================================
--- branches/2019Q2/print/ghostscript9-agpl-x11/Makefile	Mon Apr 22 09:14:17 2019	(r499622)
+++ branches/2019Q2/print/ghostscript9-agpl-x11/Makefile	Mon Apr 22 09:15:37 2019	(r499623)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904220915.x3M9FbAW069194>