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 | |
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')
-rw-r--r-- | security/kgpg-kde4/Makefile | 6 | ||||
-rw-r--r-- | security/kwallet/Makefile | 6 | ||||
-rw-r--r-- | security/skip/Makefile | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/security/kgpg-kde4/Makefile b/security/kgpg-kde4/Makefile index 60af357152d1..3f4c9da12b4d 100644 --- a/security/kgpg-kde4/Makefile +++ b/security/kgpg-kde4/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.14 1998/07/14 22:33:37 se Exp $ +# $Id: Makefile,v 1.15 1998/07/23 20:52:01 se Exp $ # DISTNAME= kdeutils-1.0 @@ -13,8 +13,8 @@ MASTER_SITE_SUBDIR= stable/1.0/distribution/tar/generic/source MAINTAINER= se@freebsd.org -BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt140 -LIB_DEPENDS= qt\\.1\\.\\\(33\\\|40\\\):${PORTSDIR}/x11/qt140 \ +BUILD_DEPENDS= moc:${PORTSDIR}/x11-toolkits/qt140 +LIB_DEPENDS= qt\\.1\\.\\\(33\\\|40\\\):${PORTSDIR}/x11-toolkits/qt140 \ gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \ jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ kdecore\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \ diff --git a/security/kwallet/Makefile b/security/kwallet/Makefile index 60af357152d1..3f4c9da12b4d 100644 --- a/security/kwallet/Makefile +++ b/security/kwallet/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.14 1998/07/14 22:33:37 se Exp $ +# $Id: Makefile,v 1.15 1998/07/23 20:52:01 se Exp $ # DISTNAME= kdeutils-1.0 @@ -13,8 +13,8 @@ MASTER_SITE_SUBDIR= stable/1.0/distribution/tar/generic/source MAINTAINER= se@freebsd.org -BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt140 -LIB_DEPENDS= qt\\.1\\.\\\(33\\\|40\\\):${PORTSDIR}/x11/qt140 \ +BUILD_DEPENDS= moc:${PORTSDIR}/x11-toolkits/qt140 +LIB_DEPENDS= qt\\.1\\.\\\(33\\\|40\\\):${PORTSDIR}/x11-toolkits/qt140 \ gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \ jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ kdecore\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \ 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. |