summaryrefslogtreecommitdiff
path: root/x11/kdelibs4/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-05-19 19:43:36 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-05-19 19:43:36 +0000
commit9433ac58dba016385587e097ead085fce2456bff (patch)
tree0a3244c816e96f946b9cc0b1fa8508c0dcd5ee4a /x11/kdelibs4/Makefile
parentIt's time already! KDE 3.1.2 came to town! (diff)
Update to KDE 3.1.2
Notes
Notes: svn path=/head/; revision=81484
Diffstat (limited to 'x11/kdelibs4/Makefile')
-rw-r--r--x11/kdelibs4/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile
index f6eda1c101c2..a7a376c53513 100644
--- a/x11/kdelibs4/Makefile
+++ b/x11/kdelibs4/Makefile
@@ -7,15 +7,15 @@
#
PORTNAME= kdelibs
-PORTVERSION= ${KDE_VERSION}a
+PORTVERSION= ${KDE_VERSION}
PORTREVISION= 0
CATEGORIES= x11 kde
MASTER_SITES= ${MASTER_SITE_KDE}
-MASTER_SITE_SUBDIR= stable/${KDE_VERSION}a/src
+MASTER_SITE_SUBDIR= stable/${KDE_VERSION}/src
DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
-COMMENT= This is the base set of libraries needed by KDE programs
+COMMENT= This is the base set of libraries needed by KDE programs
BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
@@ -63,7 +63,7 @@ LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
KDE_BUILD_PLIST= yes
# kabc (the addressbook backend) can use ldap if it's available
.if defined(WITH_LDAP) || exists($(LOCALBASE)/lib/libldap.so)
-LIB_DEPENDS+= libldap.so:${PORTSDIR}/net/openldap21
+LIB_DEPENDS+= ldap:${PORTSDIR}/net/openldap21
PLIST_APPEND+= plist.ldap
.endif