diff options
Diffstat (limited to 'editors/e3/Makefile')
-rw-r--r-- | editors/e3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/e3/Makefile b/editors/e3/Makefile index ca455a7a9f76..218977dad07b 100644 --- a/editors/e3/Makefile +++ b/editors/e3/Makefile @@ -1,5 +1,6 @@ PORTNAME= e3 PORTVERSION= 2.8 +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= editors MASTER_SITES= http://sites.google.com/site/e3editor/Home/ @@ -10,9 +11,9 @@ WWW= http://www.sax.de/~adlibit/ BUILD_DEPENDS= nasm:devel/nasm +ONLY_FOR_ARCHS= i386 USES= gmake tar:tgz MAKE_ARGS= OS=FREEBSD -ONLY_FOR_ARCHS= i386 post-patch: @${REINPLACE_CMD} -e '/SYS_sigaction 46/s/46/342/' ${WRKSRC}/e3.h |