diff options
author | steve <steve@FreeBSD.org> | 1999-05-04 23:18:39 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-04 23:18:39 +0000 |
commit | 530f40dbd608eeafa275dac1b5ca6061d49eb8c6 (patch) | |
tree | 2b2eec5b10200bb83c606975e74203d1c4a8624c /security/skip | |
parent | 2a84422835b8074e8750bf82ca10ad14c39e26d9 (diff) | |
download | FreeBSD-ports-530f40dbd608eeafa275dac1b5ca6061d49eb8c6.zip FreeBSD-ports-530f40dbd608eeafa275dac1b5ca6061d49eb8c6.tar.gz |
LIB_DEPENDS on the new unified xview port.
Diffstat (limited to 'security/skip')
-rw-r--r-- | security/skip/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/skip/Makefile b/security/skip/Makefile index 5da6c82..e4bd55a 100644 --- a/security/skip/Makefile +++ b/security/skip/Makefile @@ -3,7 +3,7 @@ # Date created: 26 November 1997 # Whom: Archie L. Cobbs <archie@whistle.com> # -# $Id: Makefile,v 1.5 1999/02/03 06:57:16 archie Exp $ +# $Id: Makefile,v 1.6 1999/02/26 01:01:19 archie Exp $ DISTNAME= skip-1.0 CATEGORIES= security @@ -20,9 +20,9 @@ EXTRACT_SUFX= tar.Z MAINTAINER= archie@whistle.com -BUILD_DEPENDS= ${X11BASE}/lib/libxview.a:${PORTSDIR}/x11-toolkits/xview-lib \ - ${X11BASE}/lib/X11/config/XView.cf:${PORTSDIR}/x11-toolkits/xview-config -LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview-lib +BUILD_DEPENDS= ${X11BASE}/lib/libxview.a:${PORTSDIR}/x11-toolkits/xview \ + ${X11BASE}/lib/X11/config/XView.cf:${PORTSDIR}/x11-toolkits/xview +LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview # The SKIP code is restricted from export from the United States and Canada. # See the file doc/00README for legal details. |