diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-12 13:06:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-12 13:06:47 +0000 |
commit | 7c0d335962702eabda61c8b98cde6f9b92f8fa41 (patch) | |
tree | 41ba2167798c825f34fc24baac1b284522b902ff /editors/fte/Makefile | |
parent | 2a041b1293c1f5b8e2d48eb24610b31174d61fbf (diff) |
Notes
Diffstat (limited to 'editors/fte/Makefile')
-rw-r--r-- | editors/fte/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/editors/fte/Makefile b/editors/fte/Makefile index f167a940b024..d01466ab4f83 100644 --- a/editors/fte/Makefile +++ b/editors/fte/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fte -PORTVERSION= 20020324 +PORTVERSION= 20050108 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,12 +16,8 @@ DISTFILES= ${PORTNAME}-${PORTVERSION:S/./b/}-src.zip \ MAINTAINER= ports@FreeBSD.org COMMENT= A full-featured text editor for X11 -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip - WRKSRC= ${WRKDIR}/fte -EXTRACT_BEFORE_ARGS= -EXTRACT_AFTER_ARGS= USE_XLIB= yes USE_ZIP= yes USE_PERL5_BUILD= yes |