summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-11-13 08:19:05 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-11-13 08:19:05 +0000
commit9d90340b607675dba316abdd612cd65256e85945 (patch)
treedb0f3dd0dacd2363f190adcbbb1a27883351158c /Mk
parentThe program crashed if ran without -i option. (diff)
Change PKG_IGNORE_DEPENDS to contain some ridiculous string. Otherwise
the list of dependencies become empty when XFREE86_VERSION=4.
Notes
Notes: svn path=/head/; revision=35055
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 85b5ea08d055..32664fc690ae 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -834,7 +834,7 @@ USE_XLIB= yes
LIB_DEPENDS+= GLU.1:${PORTSDIR}/graphics/Mesa3
.endif
XAWVER= 7
-PKG_IGNORE_DEPENDS?= '()'
+PKG_IGNORE_DEPENDS?= 'this_port_does_not_exist'
.endif
PLIST_SUB+= XAWVER=${XAWVER}