diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-06 07:32:58 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-06 07:32:58 +0000 |
commit | c42c5394660910a08f08cb3dbc16c6ea2dc48bc0 (patch) | |
tree | 13d2d76131edcd87786d363d837b276823d5c521 /graphics/enfle/Makefile | |
parent | 6873ddd9f67b75a84177cae75f67acefadb19892 (diff) | |
download | FreeBSD-ports-c42c5394660910a08f08cb3dbc16c6ea2dc48bc0.zip FreeBSD-ports-c42c5394660910a08f08cb3dbc16c6ea2dc48bc0.tar.gz |
update to 200000403 release
PR: 17787
Submitted by: maintainer
Diffstat (limited to 'graphics/enfle/Makefile')
-rw-r--r-- | graphics/enfle/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/enfle/Makefile b/graphics/enfle/Makefile index 3f52c55..fcfb718 100644 --- a/graphics/enfle/Makefile +++ b/graphics/enfle/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: enfle -# Version required: 20000302 +# Version required: 20000403 # Date created: Tue Sep 28 02:25:17 JST 1999 # Whom: Yuuki SAWADA <yuuki@goldmoon.org> # # $FreeBSD$ # -DISTNAME= enfle-20000302 +DISTNAME= enfle-20000403 CATEGORIES= graphics MASTER_SITES= http://enfle.fennel.org/ \ ftp://ftp.goldmoon.org/pub/FreeBSD/ports/distfiles/ @@ -23,8 +23,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-all-plugins \ --enable-plugins-dir \ --enable-archiver="-libarc" \ - --disable-static \ - --disable-mitshm + --disable-static MAN1= enfle.1 |