summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-02-24 20:54:24 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-02-24 20:54:24 +0000
commite0b7f526b7221731d6bcd166f6f6009ec6f6d03e (patch)
tree2277e3bb2321c4105c939e7f2b4b89a40c52ad8e /graphics
parentUpdate to version 1.18, but without using 'libicuuc' which seems (diff)
Use ${NONEXISTENT} instead of its default value
Notes
Notes: svn path=/head/; revision=76417
Diffstat (limited to 'graphics')
-rw-r--r--graphics/glx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/glx/Makefile b/graphics/glx/Makefile
index 3e9aac3c54ad..bb0b8c57a36e 100644
--- a/graphics/glx/Makefile
+++ b/graphics/glx/Makefile
@@ -54,10 +54,10 @@ BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80
PATCH_MESA= yes
.if defined(PATCH_XFREE)
-BUILD_DEPENDS= /nonexistent:${PORTSDIR}/x11/XFree86:patch
+BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/x11/XFree86:patch
.endif
.if defined(PATCH_MESA)
-BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/Mesa3:patch
+BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/graphics/Mesa3:patch
.endif
USE_BZIP2= yes