diff options
author | asami <asami@FreeBSD.org> | 2000-11-13 08:19:05 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-11-13 08:19:05 +0000 |
commit | e56f241f99a90b443afb5b78a06e1e4e2e29efd1 (patch) | |
tree | 6701a3fd547a6503efc32d3757d200bc43f1d6af /Mk | |
parent | 5967177eacc04baba7f291ccede44a5ccba4707b (diff) | |
download | FreeBSD-ports-e56f241f99a90b443afb5b78a06e1e4e2e29efd1.zip FreeBSD-ports-e56f241f99a90b443afb5b78a06e1e4e2e29efd1.tar.gz |
Change PKG_IGNORE_DEPENDS to contain some ridiculous string. Otherwise
the list of dependencies become empty when XFREE86_VERSION=4.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 85b5ea0..32664fc 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} |