diff options
author | asami <asami@FreeBSD.org> | 1998-08-25 18:04:59 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-25 18:04:59 +0800 |
commit | 683fdb625582d1e04964ac6d735f1dce558cecea (patch) | |
tree | 68607937624179ac02c18568b640bf8057709bdc /net | |
parent | 5a0f036a7c39d0ca6947a2772406031a226d82eb (diff) | |
download | freebsd-ports-gnome-683fdb625582d1e04964ac6d735f1dce558cecea.tar.gz freebsd-ports-gnome-683fdb625582d1e04964ac6d735f1dce558cecea.tar.zst freebsd-ports-gnome-683fdb625582d1e04964ac6d735f1dce558cecea.zip |
kde shared libs are now at version 1. Gosh, no wonder they kept being
reinstalled over and over.
Diffstat (limited to 'net')
-rw-r--r-- | net/ksamba/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/ksamba/Makefile b/net/ksamba/Makefile index 75945273e6a9..f3245c6d0dec 100644 --- a/net/ksamba/Makefile +++ b/net/ksamba/Makefile @@ -3,7 +3,7 @@ # Date created: 18 May 1998 # Whom: Hans Petter Bieker <hanspb@persbraten.vgs.no> # -# $Id: Makefile,v 1.3 1998/08/07 23:56:42 asami Exp $ +# $Id: Makefile,v 1.4 1998/08/12 06:29:32 asami Exp $ # DISTNAME= ksamba-0.3.3 @@ -13,10 +13,10 @@ MASTER_SITE_SUBDIR= /unstable/apps/network MAINTAINER= hanspb@persbraten.vgs.no -LIB_DEPENDS= kdecore\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \ - kdeui\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \ - kfm\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \ - kfile\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs +LIB_DEPENDS= kdecore\\.1\\.:${PORTSDIR}/x11/kdelibs \ + kdeui\\.1\\.:${PORTSDIR}/x11/kdelibs \ + kfm\\.1\\.:${PORTSDIR}/x11/kdelibs \ + kfile\\.1\\.:${PORTSDIR}/x11/kdelibs USE_QT= yes GNU_CONFIGURE= yes |