diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-12-22 01:58:30 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-12-22 01:58:30 +0000 |
commit | 42359975691d33e2097222b8204bfee48482029d (patch) | |
tree | 6133ff1d5ae7af6b507c9d50eb17aae7b324998a /x11/renderext | |
parent | Mark as broken on 5.x due to the gcc3.3 import's usual objection to (diff) |
Set forgotten CONFIGURE_TARGET to quiet the configure stage.
Diffstat (limited to 'x11/renderext')
-rw-r--r-- | x11/renderext/Makefile | 1 |
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> |