aboutsummaryrefslogtreecommitdiffstats
path: root/x11/kde3
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-05-22 19:08:35 +0800
committerlofi <lofi@FreeBSD.org>2004-05-22 19:08:35 +0800
commit77508f6883b7395bfe8e679c6a17f38cc39afa07 (patch)
tree97ab612bfe5ab4bd2080cf5c15fe98b218572b8e /x11/kde3
parent6b2a2a0808a04264480c281a771151d8956badcd (diff)
downloadfreebsd-ports-gnome-77508f6883b7395bfe8e679c6a17f38cc39afa07.tar.gz
freebsd-ports-gnome-77508f6883b7395bfe8e679c6a17f38cc39afa07.tar.zst
freebsd-ports-gnome-77508f6883b7395bfe8e679c6a17f38cc39afa07.zip
Move another helpful bit from Makefile.kde to bsd.kde.mk:
Unless _NO_KDE_CONFTARGET_HACK is set, users of bsd.kde.mk will automatically have CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} set. This is necessary for almost every package using a configure script created with non-historic versions of autoconf and really should be handled in bsd.port.mk.
Diffstat (limited to 'x11/kde3')
-rw-r--r--x11/kde3/Makefile.kde5
1 files changed, 0 insertions, 5 deletions
diff --git a/x11/kde3/Makefile.kde b/x11/kde3/Makefile.kde
index 1762d242a96a..b41db773e375 100644
--- a/x11/kde3/Makefile.kde
+++ b/x11/kde3/Makefile.kde
@@ -60,11 +60,6 @@ PATCHFILES= ${PORTNAME}-${PATCHFROM_VER}-${PATCHTO_VER}.diff.bz2
PATCH_DIST_STRIP=-p1
.endif
-.if !defined(_NO_KDE_CONFTARGET_HACK)
-CONFIGURE_TARGET=
-CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-.endif
-
.if !defined(_NO_KDE_FINAL) && defined(WANT_KDE_FINAL)
CONFIGURE_ARGS+=--enable-final
.endif