diff options
author | asami <asami@FreeBSD.org> | 1998-10-09 10:05:56 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-10-09 10:05:56 +0000 |
commit | e9c739f991c6cb452310195970c317e13e72b8e4 (patch) | |
tree | 31e3b41594947ac26e1ce97b0bb4e223b2704921 /audio | |
parent | 565d944ffa1809876c5eb94df01380c402ed2e42 (diff) | |
download | FreeBSD-ports-e9c739f991c6cb452310195970c317e13e72b8e4.zip FreeBSD-ports-e9c739f991c6cb452310195970c317e13e72b8e4.tar.gz |
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.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/kmpg/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/kmpg/Makefile b/audio/kmpg/Makefile index e7b91fd..c99bae5 100644 --- a/audio/kmpg/Makefile +++ b/audio/kmpg/Makefile @@ -3,7 +3,7 @@ # Date created: 23 May 1998 # Whom: Hans Petter Bieker <hanspb@persbraten.vgs.no> # -# $Id: Makefile,v 1.5 1998/08/25 09:13:01 asami Exp $ +# $Id: Makefile,v 1.6 1998/09/30 02:07:27 jseger Exp $ # DISTNAME= kmpg-0.3.3 @@ -14,8 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= hanspb@persbraten.vgs.no -LIB_DEPENDS= kdecore\\.1\\.:${PORTSDIR}/x11/kdelibs \ - kdeui\\.1\\.:${PORTSDIR}/x11/kdelibs +LIB_DEPENDS= kdecore.1:${PORTSDIR}/x11/kdelibs \ + kdeui.1:${PORTSDIR}/x11/kdelibs BROKEN_ELF= depends on kdelibs |