diff options
author | asami <asami@FreeBSD.org> | 1998-04-29 17:52:14 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-04-29 17:52:14 +0000 |
commit | d70dec114a89910fe6715a31bc52715b8770db39 (patch) | |
tree | 6260705903f9d63a343771380c97124ecb583b12 /net/kdenetwork11 | |
parent | a7bcc8b1128344b26a6058c310e0c18b61bae8ae (diff) | |
download | FreeBSD-ports-d70dec114a89910fe6715a31bc52715b8770db39.zip FreeBSD-ports-d70dec114a89910fe6715a31bc52715b8770db39.tar.gz |
Mark these ports broken, they are left behind in the beta-4.1 upgrade
and no longer build.
Diffstat (limited to 'net/kdenetwork11')
-rw-r--r-- | net/kdenetwork11/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/kdenetwork11/Makefile b/net/kdenetwork11/Makefile index 62fd8e6..433ccec 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.9 1998/04/11 17:37:11 andreas Exp $ +# $Id: Makefile,v 1.10 1998/04/15 22:18:07 jseger Exp $ # DISTNAME= kdenetwork-Beta3-1 @@ -29,6 +29,8 @@ LIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11/qt \ mediatool\\.0\\.[6-9]:${PORTSDIR}/x11/kdelibs \ mimelib\\.1\\.[0-9]:${PORTSDIR}/converters/kdesupport +BROKEN= upgrade + HAS_CONFIGURE= yes CONFIGURE_ARGS= "--prefix=$(PREFIX)" \ "--with-extra-includes=$(PREFIX)/include/giflib" |