aboutsummaryrefslogtreecommitdiffstats
path: root/devel/scons/Makefile
diff options
context:
space:
mode:
authorscheidell <scheidell@FreeBSD.org>2012-01-30 17:08:55 +0800
committerscheidell <scheidell@FreeBSD.org>2012-01-30 17:08:55 +0800
commit08dee7b19bc7a2e7e326420f2bf749604be232e7 (patch)
tree5adbf637be06d407c11a5b413d1b173e82456ec2 /devel/scons/Makefile
parent6db5faf836a2f2724aabc1f74b250b2d17530bba (diff)
downloadfreebsd-ports-gnome-08dee7b19bc7a2e7e326420f2bf749604be232e7.tar.gz
freebsd-ports-gnome-08dee7b19bc7a2e7e326420f2bf749604be232e7.tar.zst
freebsd-ports-gnome-08dee7b19bc7a2e7e326420f2bf749604be232e7.zip
- Upgrade to 2.1.0
PR: ports/161518 Submitted by: Norbert Koch <nkoch@demig.de> Approved by: Gavin McDonald <gavin@16degrees.com.au> (maintainer), gabor (mentor)
Diffstat (limited to 'devel/scons/Makefile')
-rw-r--r--devel/scons/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/scons/Makefile b/devel/scons/Makefile
index f088fe06dd17..82b5593558e1 100644
--- a/devel/scons/Makefile
+++ b/devel/scons/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= scons
-PORTVERSION= 2.0.1
+PORTVERSION= 2.1.0
CATEGORIES= devel python
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
@@ -23,7 +23,8 @@ USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_EGGINFODIR= ${PREFIX}/lib/scons-${PORTVERSION}
-PLIST_SUB+= SCONS_VER=${PORTVERSION}
+PLIST_SUB+= SCONS_VER=${PORTVERSION} \
+ PYDISTUTILS_EGGINFO=${PYDISTUTILS_EGGINFO}
.include <bsd.port.pre.mk>