diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-10-09 10:05:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-10-09 10:05:56 +0000 |
commit | bbba9fc4cc4964f079cc468b419fa42a684c1d1b (patch) | |
tree | c27068d71cc369d89169b461d90612578b314292 /graphics/killustrator | |
parent | Make this build on a.out 3.0-CURRENT systems. (diff) |
Remove all the remaining regexps from LIB_DEPENDS. There are some
ports that are not ELFized yet but it's getting too late in the game
and I need to commit the new bsd.port.mk that doesn't use regexps.
Notes
Notes:
svn path=/head/; revision=13784
Diffstat (limited to 'graphics/killustrator')
-rw-r--r-- | graphics/killustrator/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/killustrator/Makefile b/graphics/killustrator/Makefile index 96abcbf70346..a402b2059e66 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: Makefile,v 1.2 1998/07/25 11:21:04 asami Exp $ +# $Id: Makefile,v 1.3 1998/08/25 10:16:25 asami Exp $ # DISTNAME= killustrator-0.2.1 @@ -12,7 +12,7 @@ MASTER_SITES= http://wwwiti.cs.uni-magdeburg.de/~sattler/pub/killustrator/ MAINTAINER= Nakai@technologist.com -LIB_DEPENDS= kdecore\\.1\\.:${PORTSDIR}/x11/kde +LIB_DEPENDS= kdecore.1:${PORTSDIR}/x11/kde BROKEN= upgrade |