aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/enfle
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1999-09-30 17:01:27 +0800
committerasami <asami@FreeBSD.org>1999-09-30 17:01:27 +0800
commit6650f32f963cd33898f89ce1eee890bce0a3d763 (patch)
tree2870410748f9e0ad29430442fd7b01d0dedbbfcb /graphics/enfle
parent9c30c08f8964bd5abf2cc5f3487d56e567f1c212 (diff)
downloadfreebsd-ports-gnome-6650f32f963cd33898f89ce1eee890bce0a3d763.tar.gz
freebsd-ports-gnome-6650f32f963cd33898f89ce1eee890bce0a3d763.tar.zst
freebsd-ports-gnome-6650f32f963cd33898f89ce1eee890bce0a3d763.zip
Add dependency to bzip2 and make minor change to CONFIGURE_ARGS.
Submitted by: maintainer Noticed by: bento (bzip2 problem)
Diffstat (limited to 'graphics/enfle')
-rw-r--r--graphics/enfle/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/enfle/Makefile b/graphics/enfle/Makefile
index 9967d1db3c3d..d821c689f198 100644
--- a/graphics/enfle/Makefile
+++ b/graphics/enfle/Makefile
@@ -12,13 +12,14 @@ MASTER_SITES= http://enfle.fennel.org/
MAINTAINER= mami@whale.cc.muroran-it.ac.jp
+BUILD_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2
LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg
USE_GMAKE= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-all-plugins \
+CONFIGURE_ARGS= --enable-all-plugins --disable-static \
--enable-plugins-dir
.include <bsd.port.mk>