diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-08-30 19:55:42 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-08-30 19:55:42 +0000 |
commit | b4c31bafd8aec4f42f23f6c461f48ccbe33d3bc3 (patch) | |
tree | d80952c00b17a9ff93ed05d9a2a267b16fe30b8b /x11/kdelibs3/Makefile | |
parent | 852f5b2516d438cff64d11ee56c369232b605ab3 (diff) | |
download | ports-b4c31bafd8aec4f42f23f6c461f48ccbe33d3bc3.tar.gz ports-b4c31bafd8aec4f42f23f6c461f48ccbe33d3bc3.zip |
Notes
Diffstat (limited to 'x11/kdelibs3/Makefile')
-rw-r--r-- | x11/kdelibs3/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 3ec71f896601..5291618d0b6d 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -8,19 +8,19 @@ PORTNAME= kdelibs PORTVERSION= ${KDE_VERSION} -PORTREVISION= 5 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Base set of libraries needed by KDE programs -CONFLICTS= kdebase-3.[0-1] kdebase-3.0.* kdebase-3.1.* +CONFLICTS= kdebase-3.[0-1] kdebase-3.0.* kdebase-3.1.* kdepim-3.2.* BUILD_DEPENDS= mkfontdir:${X_CLIENTS_PORT} -LIB_DEPENDS= art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2 \ +LIB_DEPENDS= IlmImf:${PORTSDIR}/graphics/OpenEXR \ + art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2 \ artsc.0:${PORTSDIR}/audio/arts \ cups.2:${PORTSDIR}/print/cups-base \ fam.0:${PORTSDIR}/devel/fam \ @@ -42,6 +42,7 @@ USE_OPENLDAP= yes USE_BZIP2= yes USE_GMAKE= yes USE_REINPLACE= yes +_NO_KDE_CLOSURE=yes INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 |