svn commit: r392326 - head/Mk/Uses

Koop Mast kwm at FreeBSD.org
Thu Jul 16 22:12:17 UTC 2015


Author: kwm
Date: Thu Jul 16 22:12:16 2015
New Revision: 392326
URL: https://svnweb.freebsd.org/changeset/ports/392326

Log:
  Remove some experiment code.
  
  Note to self, if patch is lying around for a bit:
  1) don't leave experimental code in there.
  2) don't assume you didn't muck around with it and perhaps forgot you did so?
  
  Pointyhat to:	kwm@

Modified:
  head/Mk/Uses/ghostscript.mk

Modified: head/Mk/Uses/ghostscript.mk
==============================================================================
--- head/Mk/Uses/ghostscript.mk	Thu Jul 16 21:29:35 2015	(r392325)
+++ head/Mk/Uses/ghostscript.mk	Thu Jul 16 22:12:16 2015	(r392326)
@@ -85,11 +85,6 @@ IGNORE=		Ghostscript-agpl is only availa
 _GS_NOX11_SUFFIX=	-nox11
 .endif
 
-.endif # _INCLUDE_USES_GHOSTSCRIPT_MK
-
-.if defined(_POSTMKINCLUDED) && !defined(_INCLUDE_USES_GHOSTSCRIPT_POST_MK)
-_INCLUDE_USES_GHOSTSCRIPT_POST_MK=   yes
-
 # dependencies
 _GS_PORT=	ghostscript${_GS_SELECTED}${_GS_AGPL_SUFFIX}${_GS_NOX11_SUFFIX}
 
@@ -100,5 +95,4 @@ BUILD_DEPENDS+=	${_GS_PORT}>=0:${PORTSDI
 RUN_DEPENDS+=	${_GS_PORT}>=0:${PORTSDIR}/print/${_GS_PORT}
 .endif
 
-
-.endif
+.endif # _INCLUDE_USES_GHOSTSCRIPT_MK


More information about the svn-ports-all mailing list