diff options
author | asami <asami@FreeBSD.org> | 1998-08-08 07:56:56 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-08 07:56:56 +0800 |
commit | 1501023452eb1fb6acdc28a2196e24dbd99a1212 (patch) | |
tree | 409436ca3502910634e8ede70287fc792e31de14 /security/skip | |
parent | ced852667e215d5ec6ec32129eb19e8c18852d5e (diff) | |
download | freebsd-ports-gnome-1501023452eb1fb6acdc28a2196e24dbd99a1212.tar.gz freebsd-ports-gnome-1501023452eb1fb6acdc28a2196e24dbd99a1212.tar.zst freebsd-ports-gnome-1501023452eb1fb6acdc28a2196e24dbd99a1212.zip |
Fix up dependencies for ports that moved into the x11-toolkits category.
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. |