diff options
author | asami <asami@FreeBSD.org> | 1998-08-25 17:13:01 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-25 17:13:01 +0800 |
commit | 5a0f036a7c39d0ca6947a2772406031a226d82eb (patch) | |
tree | 21e465d0beeaca8e94027db69f9de1aac12b81b5 /audio | |
parent | bbff82874d39bd3ee385e3638804fa91646d2386 (diff) | |
download | freebsd-ports-gnome-5a0f036a7c39d0ca6947a2772406031a226d82eb.tar.gz freebsd-ports-gnome-5a0f036a7c39d0ca6947a2772406031a226d82eb.tar.zst freebsd-ports-gnome-5a0f036a7c39d0ca6947a2772406031a226d82eb.zip |
kdecore and kdeui shared libraries are now at version 1.X.
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 7e44910d2c44..73d234512018 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.3 1998/08/07 23:56:09 asami Exp $ +# $Id: Makefile,v 1.4 1998/08/12 06:29:24 asami Exp $ # DISTNAME= kmpg-0.3.3 @@ -14,8 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= hanspb@persbraten.vgs.no -LIB_DEPENDS= kdecore\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \ - kdeui\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs +LIB_DEPENDS= kdecore\\.1\\.:${PORTSDIR}/x11/kdelibs \ + kdeui\\.1\\.:${PORTSDIR}/x11/kdelibs USE_QT= yes USE_GMAKE= yes |