diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 15:43:33 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 15:43:33 +0000 |
commit | 91e4e8a4e39fb58b7f561b303947252390d62e3d (patch) | |
tree | 007c8519a6455a0a0c70a67ca551339c6c99673c /editors/cooledit | |
parent | b325ed20621b89892e9303249333c4deda2e4f15 (diff) |
- Convert ports from dns/, editors/ and emulators/ to new
USES=python
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=371188
Diffstat (limited to 'editors/cooledit')
-rw-r--r-- | editors/cooledit/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index 6ee46a7bfd0a..a147212c835c 100644 --- a/editors/cooledit/Makefile +++ b/editors/cooledit/Makefile @@ -10,8 +10,7 @@ MASTER_SITES= SUNSITE/apps/editors/X/cooledit MAINTAINER= ports@FreeBSD.org COMMENT= Suite of utilities, including a GUI editor -USE_PYTHON= yes -USES= gettext gmake libtool +USES= gettext gmake libtool python GNU_CONFIGURE= yes USE_XORG= x11 xt USE_LDCONFIG= yes |