diff options
author | perky <perky@FreeBSD.org> | 2004-04-18 11:42:37 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2004-04-18 11:42:37 +0000 |
commit | eed793ce0ae4f83a77471eedd8af04666eb57ad5 (patch) | |
tree | cf270b7bae7243ceebb8dd19ebf3dcd864b30297 /lang/python25 | |
parent | 73e3f884625e7ea0a0d0f07b3e7c673c4e23488b (diff) | |
download | FreeBSD-ports-eed793ce0ae4f83a77471eedd8af04666eb57ad5.zip FreeBSD-ports-eed793ce0ae4f83a77471eedd8af04666eb57ad5.tar.gz |
Reduce configure warning.
PR: 55180 [1], 65680 [2]
Submitted by: Rui Lopes <rui@ruilopes.com> [1],
Roman Neuhauser <neuhauser@chello.cz> [2]
Diffstat (limited to 'lang/python25')
-rw-r--r-- | lang/python25/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python25/Makefile b/lang/python25/Makefile index 3b27565..d88b5e0 100644 --- a/lang/python25/Makefile +++ b/lang/python25/Makefile @@ -17,6 +17,7 @@ COMMENT?= An interpreted object-oriented programming language DIST_SUBDIR= python WRKSRC= ${PYTHON_WRKSRC} GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-fpectl CONFIGURE_ENV= OPT="${CFLAGS}" MAKE_ENV= VPATH="${WRKSRC}" |