diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-07-07 14:44:36 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-07-07 14:44:36 +0000 |
commit | 7b25a56dbbaac1ed7d62972461edf8074d407c3e (patch) | |
tree | 5a9f13d9c8e3e0c596447590580881401c22e2dc | |
parent | Stagify. (diff) |
remove NO_STAGE.
Approved by: portmgr@ (blanket)
Notes
Notes:
svn path=/head/; revision=361093
-rw-r--r-- | deskutils/x-tile/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/deskutils/x-tile/Makefile b/deskutils/x-tile/Makefile index 8357c573d9e3..2c6c3bd972f3 100644 --- a/deskutils/x-tile/Makefile +++ b/deskutils/x-tile/Makefile @@ -17,8 +17,6 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= X_Tile -NO_STAGE= yes - OPTIONS_DEFINE= NLS .include <bsd.port.options.mk> |