summaryrefslogtreecommitdiff
path: root/graphics/enfle
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-09-30 09:01:27 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-09-30 09:01:27 +0000
commitf1c9fce0f9d5ce20c49dfb2041c58e148e1136ba (patch)
treef12bd08e4ec60d556aa8c5fb8064399ce5c0fcba /graphics/enfle
parentCould not compile in "parallel package build" by Asami-san (diff)
Add dependency to bzip2 and make minor change to CONFIGURE_ARGS.
Submitted by: maintainer Noticed by: bento (bzip2 problem)
Notes
Notes: svn path=/head/; revision=22088
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>