diff options
author | asami <asami@FreeBSD.org> | 1998-02-18 16:43:21 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-02-18 16:43:21 +0800 |
commit | fe47a95fa0c098092c0223dc3954a698fab09fff (patch) | |
tree | d78f60e2a7a2448492adbc5e36fc064b488bd922 /net/kdenetwork2 | |
parent | a82e6254d888208eb15cf3f03f0c115d521b0b8a (diff) | |
download | freebsd-ports-gnome-fe47a95fa0c098092c0223dc3954a698fab09fff.tar.gz freebsd-ports-gnome-fe47a95fa0c098092c0223dc3954a698fab09fff.tar.zst freebsd-ports-gnome-fe47a95fa0c098092c0223dc3954a698fab09fff.zip |
Remove the two kdesupport dependencies, I assume Stefan will fix
those later when he upgrades it but it's pointing to nowhere now.
Diffstat (limited to 'net/kdenetwork2')
-rw-r--r-- | net/kdenetwork2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/kdenetwork2/Makefile b/net/kdenetwork2/Makefile index ebb090c368a9..ababa6e101e6 100644 --- a/net/kdenetwork2/Makefile +++ b/net/kdenetwork2/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.3 1997/11/05 04:19:54 asami Exp $ +# $Id: Makefile,v 1.4 1998/02/16 11:57:59 asami Exp $ # DISTNAME= kdenetwork-Beta1-2 @@ -21,8 +21,6 @@ BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt \ LIB_DEPENDS= qt\\.1\\.3[0-9]:${PORTSDIR}/x11/qt \ gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \ jpeg\\.[67]\\.:${PORTSDIR}/graphics/jpeg \ - mimelib\\.1\\.:${PORTSDIR}/converters/kdesupport \ - uulib\\.0\\.:${PORTSDIR}/converters/kdesupport \ kdecore\\.0\\.1[1-9]:${PORTSDIR}/x11/kdelibs \ kdeui\\.0\\.1[0-9]:${PORTSDIR}/x11/kdelibs \ jscript\\.0\\.[1-9]:${PORTSDIR}/x11/kdelibs \ |