diff options
author | lofi <lofi@FreeBSD.org> | 2004-05-26 08:38:17 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-05-26 08:38:17 +0800 |
commit | c78cbf5fcf3f48163357030430b2f591611c94a9 (patch) | |
tree | eab868815f7eca9640509d0b488e57000c735a74 /x11 | |
parent | 3fdd13b1c5fedde26295c6384031ae989c44ccd7 (diff) | |
download | freebsd-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/Makefile | 4 | ||||
-rw-r--r-- | x11/kdelibs4/Makefile | 4 |
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 |