diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
commit | 5264cbceb577ae0481e496f827ae4d0e18712945 (patch) | |
tree | 03d79514a3868d93e8dc51510d0a33f4b098dd70 /security/skip | |
parent | 24d53f75d3bed77cec793c49107c31db659fb9a5 (diff) | |
download | ports-5264cbceb577ae0481e496f827ae4d0e18712945.tar.gz ports-5264cbceb577ae0481e496f827ae4d0e18712945.zip |
Notes
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 789c58205a29..af197a600b17 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.25 1997/06/26 15:50:06 max Exp $ +# $Id: Makefile,v 1.1.1.1 1998/01/09 23:23:40 julian Exp $ DISTNAME= skip-1.0 CATEGORIES= security @@ -13,9 +13,9 @@ EXTRACT_SUFX= tar.Z MAINTAINER= archie@whistle.com -BUILD_DEPENDS= ${X11BASE}/lib/libxview.a:${PORTSDIR}/x11/xview-lib \ - ${X11BASE}/lib/X11/config/XView.cf:${PORTSDIR}/x11/xview-config -LIB_DEPENDS= xview\\.3\\.:${PORTSDIR}/x11/xview-lib +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 # The SKIP code is restricted from export from the United States and Canada. # See the file doc/00README for legal details. |