diff options
author | nbm <nbm@FreeBSD.org> | 2001-01-04 09:38:37 +0000 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2001-01-04 09:38:37 +0000 |
commit | 5c6e15c4924c72bdf08cc688784c932ac059a206 (patch) | |
tree | 7f8abc7bf1debfa77fd236f4304fb7b311c2ff22 /editors/e3/Makefile | |
parent | a4afb5d522adf80853be6f8d0b5b08ed302232b5 (diff) | |
download | FreeBSD-ports-5c6e15c4924c72bdf08cc688784c932ac059a206.zip FreeBSD-ports-5c6e15c4924c72bdf08cc688784c932ac059a206.tar.gz |
Update to 1.4.
PR: 24058
Submitted by: Joseph Scott <joseph@randomnetworks.com> (maintainer)
Diffstat (limited to 'editors/e3/Makefile')
-rw-r--r-- | editors/e3/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/e3/Makefile b/editors/e3/Makefile index a24de24..64aa546 100644 --- a/editors/e3/Makefile +++ b/editors/e3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= e3 -PORTVERSION= 1.1 +PORTVERSION= 1.4 CATEGORIES= editors MASTER_SITES= http://www.sax.de/~adlibit/ @@ -14,8 +14,6 @@ MAINTAINER= joseph@randomnetworks.com BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm -WRKSRC= ${WRKDIR}/${DISTNAME}a - USE_GMAKE= yes MAKE_ARGS= OS=FREEBSD ONLY_FOR_ARCH= i386 |