diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-05-19 19:43:36 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-05-19 19:43:36 +0000 |
commit | 9433ac58dba016385587e097ead085fce2456bff (patch) | |
tree | 0a3244c816e96f946b9cc0b1fa8508c0dcd5ee4a /x11/kdelibs3/Makefile | |
parent | 45a756b50e39d6e128a9564c8de9388fd7469c81 (diff) |
Notes
Diffstat (limited to 'x11/kdelibs3/Makefile')
-rw-r--r-- | x11/kdelibs3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index f6eda1c101c2..a7a376c53513 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/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 |