diff options
author | pav <pav@FreeBSD.org> | 2005-04-06 02:34:24 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-04-06 02:34:24 +0800 |
commit | a585b8ae8bd9f012e705713f4b8599cc28138c90 (patch) | |
tree | 29369a39bf0fcd7e0ba2af8399a89cc09a8316ce /graphics | |
parent | b5e093ca121571c3d0b6d41a0ef8196c0ec5d1f1 (diff) | |
download | freebsd-ports-gnome-a585b8ae8bd9f012e705713f4b8599cc28138c90.tar.gz freebsd-ports-gnome-a585b8ae8bd9f012e705713f4b8599cc28138c90.tar.zst freebsd-ports-gnome-a585b8ae8bd9f012e705713f4b8599cc28138c90.zip |
- Fix plist and unbreak
PR: ports/79506
Submitted by: Yuki Sawada <samy@goldmoon.org> (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/enfle/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/enfle/Makefile b/graphics/enfle/Makefile index 643cabc41c51..9bb00c0e2ca5 100644 --- a/graphics/enfle/Makefile +++ b/graphics/enfle/Makefile @@ -7,9 +7,9 @@ PORTNAME= enfle PORTVERSION= 20010130 +PORTREVISION= 1 CATEGORIES= graphics -MASTER_SITES= http://enfle.fennel.org/files/stable/ \ - ftp://ftp.goldmoon.org/pub/FreeBSD/ports/distfiles/ +MASTER_SITES= http://enfle.fennel.org/files/stable/ MAINTAINER= samy@goldmoon.org COMMENT= Simple plugin-based graphics viewer @@ -23,11 +23,9 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 .endif -BROKEN= Incomplete pkg-plist - USE_BZIP2= yes USE_X_PREFIX= yes -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 USE_PERL5_BUILD=yes CONFIGURE_ARGS= --enable-all-plugins \ --enable-plugins-dir \ |