diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-17 01:27:31 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-17 01:27:31 +0800 |
commit | b2f16c80b142aee00e8ed2dc542941a099d6fecc (patch) | |
tree | 3a3c569ec6a07155817386cecdca15e28bfe8c51 /lang/python33 | |
parent | 2296168321980a3b7a983936cf671366afb6390f (diff) | |
download | freebsd-ports-gnome-b2f16c80b142aee00e8ed2dc542941a099d6fecc.tar.gz freebsd-ports-gnome-b2f16c80b142aee00e8ed2dc542941a099d6fecc.tar.zst freebsd-ports-gnome-b2f16c80b142aee00e8ed2dc542941a099d6fecc.zip |
- Use USES=gmake
Diffstat (limited to 'lang/python33')
-rw-r--r-- | lang/python33/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python33/Makefile b/lang/python33/Makefile index ecd09204d473..9568314288ca 100644 --- a/lang/python33/Makefile +++ b/lang/python33/Makefile @@ -22,9 +22,9 @@ USE_LDCONFIG= yes INSTALL_TARGET= altinstall MAN1= ${PYTHON_VERSION}.1 -USE_GMAKE= yes USE_XZ= yes USE_PYTHON= yes +USES= gmake PYTHON_VERSION= python3.3 PYTHON_NO_DEPENDS= yes |