diff options
author | netchild <netchild@FreeBSD.org> | 2002-12-13 17:06:33 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2002-12-13 17:06:33 +0000 |
commit | 34b725cbe2fc786e91d2f250b8317d4e00bb9fae (patch) | |
tree | f9a12cfd83596f21972b9091f0615e2db7770346 /textproc | |
parent | 3e5445c2e34daec49ed96dbbef0f638272525a9b (diff) | |
download | FreeBSD-ports-34b725cbe2fc786e91d2f250b8317d4e00bb9fae.zip FreeBSD-ports-34b725cbe2fc786e91d2f250b8317d4e00bb9fae.tar.gz |
PERL5 is only needed for the regression tests, but configure fails when no
perl is available. As a work around use USE_PERL5_BUILD until the next
update of modlogan (it is already fixed in modlogan-CVS) to make the port
build for the release happy.
Approved by: kris
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/modlogan/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/modlogan/Makefile b/textproc/modlogan/Makefile index adf1098..b46cf01 100644 --- a/textproc/modlogan/Makefile +++ b/textproc/modlogan/Makefile @@ -34,6 +34,8 @@ USE_LIBTOOL= yes INSTALLS_SHLIB= yes #LIBTOOLFLAGS= --disable-ltlibs --release-suffix USE_REINPLACE= yes +# XXX: remove PERL5 in next release, already fixed in modlogan-CVS. +USE_PERL5_BUILD=yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-ltdl-install=no --with-gd=${LOCALBASE}/include .if defined(WITH_MYSQL) |