diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-09-30 09:01:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-09-30 09:01:27 +0000 |
commit | f1c9fce0f9d5ce20c49dfb2041c58e148e1136ba (patch) | |
tree | f12bd08e4ec60d556aa8c5fb8064399ce5c0fcba /graphics/enfle | |
parent | 9982b4397f8e5ac2a7d6c65ea60787d54c44052c (diff) | |
download | ports-f1c9fce0f9d5ce20c49dfb2041c58e148e1136ba.tar.gz ports-f1c9fce0f9d5ce20c49dfb2041c58e148e1136ba.zip |
Notes
Diffstat (limited to 'graphics/enfle')
-rw-r--r-- | graphics/enfle/Makefile | 3 |
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> |