diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-04-18 11:42:37 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-04-18 11:42:37 +0000 |
commit | 1a830c3a8c1698b1b8896c4e645d5293aaee3d95 (patch) | |
tree | b0114d9ab6a12350c93d1638dd97156364b62668 /lang/python32 | |
parent | a9433bf853ad68cad861698eccd9ad66cd1e429b (diff) | |
download | ports-1a830c3a8c1698b1b8896c4e645d5293aaee3d95.tar.gz ports-1a830c3a8c1698b1b8896c4e645d5293aaee3d95.zip |
Reduce configure warning.
PR: 55180 [1], 65680 [2]
Submitted by: Rui Lopes <rui@ruilopes.com> [1],
Roman Neuhauser <neuhauser@chello.cz> [2]
Notes
Notes:
svn path=/head/; revision=107414
Diffstat (limited to 'lang/python32')
-rw-r--r-- | lang/python32/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python32/Makefile b/lang/python32/Makefile index 3b275651461d..d88b5e0bcd2a 100644 --- a/lang/python32/Makefile +++ b/lang/python32/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}" |