aboutsummaryrefslogtreecommitdiff
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
parent9982b4397f8e5ac2a7d6c65ea60787d54c44052c (diff)
downloadports-f1c9fce0f9d5ce20c49dfb2041c58e148e1136ba.tar.gz
ports-f1c9fce0f9d5ce20c49dfb2041c58e148e1136ba.zip
Notes
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>