diff options
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 75945273e6a..f3245c6d0de 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 |