diff options
author | rm <rm@FreeBSD.org> | 2013-05-21 12:42:48 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2013-05-21 12:42:48 +0800 |
commit | 8429a60912abb95e8fae7e9709d40db07c06d59e (patch) | |
tree | 5c988232cff6629ef24ede9e98a5824340b5e373 /lang | |
parent | e20ffd2801f1623c8e0aa0229ee13e4bf2d6a4a3 (diff) | |
download | freebsd-ports-gnome-8429a60912abb95e8fae7e9709d40db07c06d59e.tar.gz freebsd-ports-gnome-8429a60912abb95e8fae7e9709d40db07c06d59e.tar.zst freebsd-ports-gnome-8429a60912abb95e8fae7e9709d40db07c06d59e.zip |
Using GNU make to build this port now, because people reporting various
build problems with pmake, that's cannot be reproduced reliable. There is
also upstream bug-report [1]. The solution is suggested by Marcus von Appen.
PORTREVISION isn't bumped, because there is no need in gmake for people
that already built python33 successfully.
Reported by: many
Submitted by: mva (by mail)
Tested by: demon
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python33/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python33/Makefile b/lang/python33/Makefile index 7b1c1e45a0d0..8bd1aac55422 100644 --- a/lang/python33/Makefile +++ b/lang/python33/Makefile @@ -22,6 +22,7 @@ USE_LDCONFIG= yes INSTALL_TARGET= altinstall MAN1= ${PYTHON_VERSION}.1 +USE_GMAKE= yes USE_XZ= yes USE_PYTHON= yes PYTHON_VERSION= python3.3 |