aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2003-12-22 01:58:30 +0000
committerEric Anholt <anholt@FreeBSD.org>2003-12-22 01:58:30 +0000
commit42359975691d33e2097222b8204bfee48482029d (patch)
tree6133ff1d5ae7af6b507c9d50eb17aae7b324998a /x11
parentd822b97a53586f2c5dc283dc228bb44f43aa41a3 (diff)
downloadports-42359975691d33e2097222b8204bfee48482029d.tar.gz
ports-42359975691d33e2097222b8204bfee48482029d.zip
Set forgotten CONFIGURE_TARGET to quiet the configure stage.
Notes
Notes: svn path=/head/; revision=96399
Diffstat (limited to 'x11')
-rw-r--r--x11/renderext/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/renderext/Makefile b/x11/renderext/Makefile
index 61e17673ba2a..c493524d7e15 100644
--- a/x11/renderext/Makefile
+++ b/x11/renderext/Makefile
@@ -17,6 +17,7 @@ COMMENT= Header files and documentation for the X render extension
PREFIX?= ${X11BASE}
GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
.include <bsd.port.mk>