aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2015-07-17 06:12:16 +0800
committerkwm <kwm@FreeBSD.org>2015-07-17 06:12:16 +0800
commit233d883016e611d8ae4272912f1b7296956a48eb (patch)
tree0b2434d3738d21993f8ece2d83b3337773161d18 /Mk
parent3483e8f6040a5d016f201b3278b270783e18dd03 (diff)
downloadfreebsd-ports-gnome-233d883016e611d8ae4272912f1b7296956a48eb.tar.gz
freebsd-ports-gnome-233d883016e611d8ae4272912f1b7296956a48eb.tar.zst
freebsd-ports-gnome-233d883016e611d8ae4272912f1b7296956a48eb.zip
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@
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/ghostscript.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/Mk/Uses/ghostscript.mk b/Mk/Uses/ghostscript.mk
index 9271eb0d0134..fd5e1aa46fdb 100644
--- a/Mk/Uses/ghostscript.mk
+++ b/Mk/Uses/ghostscript.mk
@@ -85,11 +85,6 @@ IGNORE= Ghostscript-agpl is only available in version 9
_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:${PORTSDIR}/print/${_GS_PORT}
RUN_DEPENDS+= ${_GS_PORT}>=0:${PORTSDIR}/print/${_GS_PORT}
.endif
-
-.endif
+.endif # _INCLUDE_USES_GHOSTSCRIPT_MK