diff options
author | asami <asami@FreeBSD.org> | 1998-04-30 01:52:14 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-04-30 01:52:14 +0800 |
commit | d70dec114a89910fe6715a31bc52715b8770db39 (patch) | |
tree | 6260705903f9d63a343771380c97124ecb583b12 /games/ktamaga | |
parent | a7bcc8b1128344b26a6058c310e0c18b61bae8ae (diff) | |
download | freebsd-ports-gnome-d70dec114a89910fe6715a31bc52715b8770db39.tar.gz freebsd-ports-gnome-d70dec114a89910fe6715a31bc52715b8770db39.tar.zst freebsd-ports-gnome-d70dec114a89910fe6715a31bc52715b8770db39.zip |
Mark these ports broken, they are left behind in the beta-4.1 upgrade
and no longer build.
Diffstat (limited to 'games/ktamaga')
-rw-r--r-- | games/ktamaga/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/ktamaga/Makefile b/games/ktamaga/Makefile index 3f933cf9bf23..9c162520e442 100644 --- a/games/ktamaga/Makefile +++ b/games/ktamaga/Makefile @@ -3,7 +3,7 @@ # Date created: 13 November 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.2 1997/12/03 00:39:43 se Exp $ +# $Id: Makefile,v 1.3 1997/12/27 09:38:12 vanilla Exp $ # DISTNAME= ktamaga-0.2 @@ -17,6 +17,8 @@ BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt LIB_DEPENDS= qt\\.1\\.3[0-9]:${PORTSDIR}/x11/qt \ kdecore\\.0\\.1[1-9]:${PORTSDIR}/x11/kdelibs +BROKEN= upgrade + WRKSRC= ${WRKDIR}/tamaga-0.2 .include <bsd.port.mk> |