diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-01-20 09:06:24 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-01-20 09:06:24 +0000 |
commit | f44c58fe3c2765c8447cad5826d0fd3b774ee8ef (patch) | |
tree | 268f8de0fda1e240371200832922307ea6dd950e /x11/kdelibs3 | |
parent | Update to 1.74. (diff) |
Hint libltdl that the extension for shared libraries is ".so" 'round here.
Fixes digikam's image editor.
Diffstat (limited to 'x11/kdelibs3')
-rw-r--r-- | x11/kdelibs3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index ac1cd5c03b6b..ec683b0c1eda 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -8,7 +8,7 @@ PORTNAME= kdelibs PORTVERSION= ${KDE_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src @@ -56,6 +56,7 @@ CONFIGURE_ARGS+=--disable-ltdl-install \ --enable-mt \ --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include +CONFIGURE_ENV+= libltdl_cv_shlibext=".so" FONTSCALE= ${X11BASE}/lib/X11/fonts/TTF/luximb.ttf FONTENCOD= ${X11BASE}/lib/X11/fonts/encodings/tcvn-0.enc |