From f1c9fce0f9d5ce20c49dfb2041c58e148e1136ba Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Thu, 30 Sep 1999 09:01:27 +0000 Subject: [PATCH] Add dependency to bzip2 and make minor change to CONFIGURE_ARGS. Submitted by: maintainer Noticed by: bento (bzip2 problem) --- graphics/enfle/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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