diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-07-09 18:10:11 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-07-09 18:10:11 +0800 |
commit | 87cfae84c43523a032125d69271d45bfd0cf0675 (patch) | |
tree | e2000a85cc59acfde9ec58fca340903df4cbc1ff /games | |
parent | b2602b9915c0988af72d595dccedc40a42f382a5 (diff) | |
download | freebsd-ports-gnome-87cfae84c43523a032125d69271d45bfd0cf0675.tar.gz freebsd-ports-gnome-87cfae84c43523a032125d69271d45bfd0cf0675.tar.zst freebsd-ports-gnome-87cfae84c43523a032125d69271d45bfd0cf0675.zip |
remove NO_STAGE.
Diffstat (limited to 'games')
-rw-r--r-- | games/gbottler/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/gbottler/Makefile b/games/gbottler/Makefile index a8a458dea9e4..3d765f86a68b 100644 --- a/games/gbottler/Makefile +++ b/games/gbottler/Makefile @@ -13,11 +13,9 @@ COMMENT= SSTP Bottle client RUN_DEPENDS= ${PYXML} -PLIST_SUB= VERSION=${PORTVERSION} - USE_GNOME= pygtk2 USE_PYTHON= yes USES= gmake +PLIST_SUB= VERSION=${PORTVERSION} -NO_STAGE= yes .include <bsd.port.mk> |