Add dependency to bzip2 and make minor change to CONFIGURE_ARGS.

Submitted by:	maintainer
Noticed by:	bento (bzip2 problem)
This commit is contained in:
Satoshi Asami 1999-09-30 09:01:27 +00:00
parent 9982b4397f
commit f1c9fce0f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22088

View file

@ -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>