aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-05-26 08:38:17 +0800
committerlofi <lofi@FreeBSD.org>2004-05-26 08:38:17 +0800
commitc78cbf5fcf3f48163357030430b2f591611c94a9 (patch)
treeeab868815f7eca9640509d0b488e57000c735a74 /x11
parent3fdd13b1c5fedde26295c6384031ae989c44ccd7 (diff)
downloadfreebsd-ports-graphics-c78cbf5fcf3f48163357030430b2f591611c94a9.tar.gz
freebsd-ports-graphics-c78cbf5fcf3f48163357030430b2f591611c94a9.tar.zst
freebsd-ports-graphics-c78cbf5fcf3f48163357030430b2f591611c94a9.zip
Put the conftarget hack into kdelibs as well, as it also doesn't use
USE_KDELIBS_VER.
Diffstat (limited to 'x11')
-rw-r--r--x11/kdelibs3/Makefile4
-rw-r--r--x11/kdelibs4/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile
index 0f5311360e8..2dcf689624f 100644
--- a/x11/kdelibs3/Makefile
+++ b/x11/kdelibs3/Makefile
@@ -47,8 +47,10 @@ INSTALLS_SHLIB= yes
LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
GNU_CONFIGURE= yes
+CONFIGURE_TARGET= # empty
CONFIGURE_ARGS+=--disable-ltdl-install \
- --enable-mt
+ --enable-mt \
+ --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
FONTSCALE= ${X11BASE}/lib/X11/fonts/TTF/luximb.ttf
FONTENCOD= ${X11BASE}/lib/X11/fonts/encodings/tcvn-0.enc
diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile
index 0f5311360e8..2dcf689624f 100644
--- a/x11/kdelibs4/Makefile
+++ b/x11/kdelibs4/Makefile
@@ -47,8 +47,10 @@ INSTALLS_SHLIB= yes
LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
GNU_CONFIGURE= yes
+CONFIGURE_TARGET= # empty
CONFIGURE_ARGS+=--disable-ltdl-install \
- --enable-mt
+ --enable-mt \
+ --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
FONTSCALE= ${X11BASE}/lib/X11/fonts/TTF/luximb.ttf
FONTENCOD= ${X11BASE}/lib/X11/fonts/encodings/tcvn-0.enc