summaryrefslogtreecommitdiff
path: root/textproc/modlogan
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2002-12-13 17:06:33 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2002-12-13 17:06:33 +0000
commit801d8961169bbaf8d14a5f12bd01aacbb9769e03 (patch)
tree8e9e1398b9359cbf8e67c7e013eb7b3e9560d008 /textproc/modlogan
parentAdd a RUN_DEPENDS on gnomecontrolcenter. This will allow GNOME 2 users (diff)
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
Notes
Notes: svn path=/head/; revision=71611
Diffstat (limited to 'textproc/modlogan')
-rw-r--r--textproc/modlogan/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/modlogan/Makefile b/textproc/modlogan/Makefile
index adf109809e81..b46cf01cbf71 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)