diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-20 17:36:02 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-20 17:36:02 +0000 |
commit | 6d83e65a8b50cb4f07da7184b20fca3165a54747 (patch) | |
tree | 67c959e7cd137e2895c3dba87c47536a74207154 /games/gretools | |
parent | 04fd0c5ce79980e3d50c7ff197ef7cbf2e81aaca (diff) | |
download | ports-6d83e65a8b50cb4f07da7184b20fca3165a54747.tar.gz ports-6d83e65a8b50cb4f07da7184b20fca3165a54747.zip |
- Convert games/ to new USES=python
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=371287
Diffstat (limited to 'games/gretools')
-rw-r--r-- | games/gretools/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/gretools/Makefile b/games/gretools/Makefile index 854afb715a3c..dee2d25666a1 100644 --- a/games/gretools/Makefile +++ b/games/gretools/Makefile @@ -13,10 +13,9 @@ COMMENT= GNOME vocabulary builder LICENSE= GPLv2 -USES= gmake pathfix pkgconfig shebangfix +USES= gmake pathfix pkgconfig python shebangfix SHEBANG_FILES= ${WRKSRC}/gretools.py USE_GNOME= gnomeprefix pygnome2 -USE_PYTHON= yes GNU_CONFIGURE= yes INSTALLS_OMF= yes |