diff options
author | jgh <jgh@FreeBSD.org> | 2012-08-25 14:22:11 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-08-25 14:22:11 +0800 |
commit | 0c0c96dd52073a7b2824a1da1a75f7b1689ec8aa (patch) | |
tree | 3467aa13687853d3c6061d9786bcf56855651ef2 /games | |
parent | 43f092322a5181e244f345ee87b92a9a2e1ed8df (diff) | |
download | freebsd-ports-gnome-0c0c96dd52073a7b2824a1da1a75f7b1689ec8aa.tar.gz freebsd-ports-gnome-0c0c96dd52073a7b2824a1da1a75f7b1689ec8aa.tar.zst freebsd-ports-gnome-0c0c96dd52073a7b2824a1da1a75f7b1689ec8aa.zip |
- port requires data
PR: 170733
Submitted by: maintainer, nemysis@gmx.ch
Diffstat (limited to 'games')
-rw-r--r-- | games/kye/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/kye/Makefile b/games/kye/Makefile index 5265d008a28f..ff9cc76d9900 100644 --- a/games/kye/Makefile +++ b/games/kye/Makefile @@ -7,6 +7,7 @@ PORTNAME= kye PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= games python MASTER_SITES= http://games.moria.org.uk/kye/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,9 +18,6 @@ COMMENT= Puzzle game with arcade game elements LICENSE= GPLv2 -OPTIONS_DEFINE= DATA -OPTIONS_DEFAULT= DATA - USE_GNOME= pygtk2 librsvg2 USE_PYTHON= yes USE_PYDISTUTILS= yes @@ -34,10 +32,8 @@ SUB_FILES= pkg-message post-install: # Data -.if ${PORT_OPTIONS:MDATA} ${INSTALL_DATA} ${WRKSRC}/kye-icon.png ${PREFIX}/share/pixmaps/Kye.png ${INSTALL_DATA} ${WRKSRC}/kye-edit-icon.png ${PREFIX}/share/pixmaps/Kye-edit.png -.endif # Documentation .if ${PORT_OPTIONS:MDOCS} |