[Midnightbsd-cvs] mports [21416] trunk/Mk/bsd.mport.mk: remove old ghostscript hack

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun May 22 17:28:57 EDT 2016


Revision: 21416
          http://svnweb.midnightbsd.org/mports/?rev=21416
Author:   laffer1
Date:     2016-05-22 17:28:57 -0400 (Sun, 22 May 2016)
Log Message:
-----------
remove old ghostscript hack

Modified Paths:
--------------
    trunk/Mk/bsd.mport.mk

Modified: trunk/Mk/bsd.mport.mk
===================================================================
--- trunk/Mk/bsd.mport.mk	2016-05-22 21:27:42 UTC (rev 21415)
+++ trunk/Mk/bsd.mport.mk	2016-05-22 21:28:57 UTC (rev 21416)
@@ -354,7 +354,7 @@
 		apache autotools bdb cmake cpe display dos2unix \
 		efl emacs execinfo fam fonts fuse \
 		gecko gettext gettext-tools gettext-runtime \
-		gnome gnustep gssapi gstreamer iconv imake jpeg \
+		ghostscript gnome gnustep gssapi gstreamer iconv imake jpeg \
 		ldap libarchive libedit libtool localbase lua \
 		metaport makeself motif mysql ncurses objc ocaml openal \
 		pgsql php python java qt ruby scons sdl sqlite \
@@ -798,22 +798,6 @@
 .include "${MPORTCOMPONENTS}/update.mk"
 
 
-# Set the default for the installation of Postscript(TM)-
-# compatible functionality.
-.if !defined(WITHOUT_X11)
-GHOSTSCRIPT_PORT?=	print/ghostscript8
-.else
-GHOSTSCRIPT_PORT?=	print/ghostscript8-nox11
-.endif
-
-# Set up the ghostscript dependencies.
-.if defined(USE_GHOSTSCRIPT) || defined(USE_GHOSTSCRIPT_BUILD)
-BUILD_DEPENDS+=	gs:${PORTSDIR}/${GHOSTSCRIPT_PORT}
-.endif
-.if defined(USE_GHOSTSCRIPT) || defined(USE_GHOSTSCRIPT_RUN)
-RUN_DEPENDS+=	gs:${PORTSDIR}/${GHOSTSCRIPT_PORT}
-.endif
-
 # Set up the cdrtools.
 .if defined(USE_CDRTOOLS)
 BUILD_DEPENDS+=	cdrecord:${PORTSDIR}/sysutils/cdrtools



More information about the Midnightbsd-cvs mailing list