diff options
-rw-r--r-- | graphics/killustrator/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/killustrator/Makefile b/graphics/killustrator/Makefile index 9e867dc8bf64..6866f1796ea6 100644 --- a/graphics/killustrator/Makefile +++ b/graphics/killustrator/Makefile @@ -3,7 +3,7 @@ # Date created: 07 May 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/05/18 08:30:19 tg Exp $ # DISTNAME= killustrator-0.2.1 @@ -14,6 +14,8 @@ MAINTAINER= Nakai@technologist.com LIB_DEPENDS= kdecore\\.0\\.91:${PORTSDIR}/x11/kde +BROKEN= upgrade + GNU_CONFIGURE= yes .include <bsd.port.mk> |