diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-09-22 09:47:15 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-09-22 09:47:15 +0800 |
commit | 7bf28abf5b3fb3b9ff0edfb55d8e4f4761a0255d (patch) | |
tree | a7967d4436b636188a6a22f8a47e6250b50ecbd0 /lang/v8 | |
parent | af0d586dfa0c760bc45ea497a29fa2954c2ef8c0 (diff) | |
download | freebsd-ports-gnome-7bf28abf5b3fb3b9ff0edfb55d8e4f4761a0255d.tar.gz freebsd-ports-gnome-7bf28abf5b3fb3b9ff0edfb55d8e4f4761a0255d.tar.zst freebsd-ports-gnome-7bf28abf5b3fb3b9ff0edfb55d8e4f4761a0255d.zip |
Switch to USES framework.
Diffstat (limited to 'lang/v8')
-rw-r--r-- | lang/v8/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/v8/Makefile b/lang/v8/Makefile index b7c301d9cac0..91de903423dd 100644 --- a/lang/v8/Makefile +++ b/lang/v8/Makefile @@ -11,7 +11,7 @@ COMMENT= Google\'s open source JavaScript engine LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo -USE_GMAKE= yes +USES= gmake USE_XZ= yes USE_PYTHON= 2.6+ USE_LDCONFIG= yes |