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 /graphics/kdegraphics11 | |
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 'graphics/kdegraphics11')
-rw-r--r-- | graphics/kdegraphics11/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/kdegraphics11/Makefile b/graphics/kdegraphics11/Makefile index 7f02d3a..6a76f0c 100644 --- a/graphics/kdegraphics11/Makefile +++ b/graphics/kdegraphics11/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.2 1998/03/06 19:52:14 se Exp $ +# $Id: Makefile,v 1.3 1998/04/15 22:18:04 jseger Exp $ # DISTNAME= kdegraphics-Beta3-1 @@ -25,6 +25,8 @@ LIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11/qt \ kfm\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \ mediatool\\.0\\.[6-9]:${PORTSDIR}/x11/kdelibs +BROKEN= upgrade + HAS_CONFIGURE= yes CONFIGURE_ARGS= "--prefix=$(PREFIX)" \ "--with-extra-includes=$(PREFIX)/include/giflib" |