diff options
author | asami <asami@FreeBSD.org> | 1998-02-18 08:43:21 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-02-18 08:43:21 +0000 |
commit | fe47a95fa0c098092c0223dc3954a698fab09fff (patch) | |
tree | d78f60e2a7a2448492adbc5e36fc064b488bd922 /net/kdenetwork11 | |
parent | a82e6254d888208eb15cf3f03f0c115d521b0b8a (diff) | |
download | FreeBSD-ports-fe47a95fa0c098092c0223dc3954a698fab09fff.zip FreeBSD-ports-fe47a95fa0c098092c0223dc3954a698fab09fff.tar.gz |
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/kdenetwork11')
-rw-r--r-- | net/kdenetwork11/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/kdenetwork11/Makefile b/net/kdenetwork11/Makefile index ebb090c..ababa6e 100644 --- a/net/kdenetwork11/Makefile +++ b/net/kdenetwork11/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 \ |