diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-15 10:12:26 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-15 10:12:26 +0000 |
commit | c6d3f54f4217ab5509104e820028ea1f7f63c6af (patch) | |
tree | a0d106b71732add2a02e4ba7c1b17d1357138fe1 /editors/e93 | |
parent | 50080eefdb6a29d85f943149d79f04f5ef329fe3 (diff) |
Notes
Diffstat (limited to 'editors/e93')
-rw-r--r-- | editors/e93/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/e93/Makefile b/editors/e93/Makefile index 1798b465f91d..e5c4a9fd1672 100644 --- a/editors/e93/Makefile +++ b/editors/e93/Makefile @@ -9,13 +9,13 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}r${PORTVERSION:E}X EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= A nifty editor based on Tcl +COMMENT= Nifty editor based on Tcl LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${PORTNAME} -USES+= gmake tcl +USES= gmake tcl USE_XORG= x11 xinerama MAKE_ARGS= PREFIX="${PREFIX}" \ TCL_INCLUDE="-I${TCL_INCLUDEDIR}" \ |