summaryrefslogtreecommitdiff
path: root/x11/kde3
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-05-22 11:08:35 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-05-22 11:08:35 +0000
commit45975d523f7300dcb4e7199b2df3da190c88b3a3 (patch)
treefedf7be8942294f97ef3b9c7ad600a4f5ae28afa /x11/kde3
parent- Refresh MASTER_SITES (diff)
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.
Notes
Notes: svn path=/head/; revision=109697
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