summaryrefslogtreecommitdiff
path: root/print/lyx-devel
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2000-03-10 23:58:53 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2000-03-10 23:58:53 +0000
commit44529d715467ea2f830ac7afc21c65cfb67bcc8d (patch)
tree4461a800094b5726fcc6baa08bfd5463bc0b185f /print/lyx-devel
parentLIB_DEPEND on xpm (diff)
Add --with-included-gettext to CONFIGURE_ARGS to fix build on 3.4.
This is a workaround only.
Notes
Notes: svn path=/head/; revision=26725
Diffstat (limited to 'print/lyx-devel')
-rw-r--r--print/lyx-devel/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/lyx-devel/Makefile b/print/lyx-devel/Makefile
index 591728001b27..153092396024 100644
--- a/print/lyx-devel/Makefile
+++ b/print/lyx-devel/Makefile
@@ -31,7 +31,9 @@ LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \
USE_NEWGCC= yes
USE_PERL5= yes
USE_LIBTOOL= yes
-CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11 ${LOCALBASE}/include"
+CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib \
+ --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11 ${LOCALBASE}/include" \
+ --with-included-gettext
MAN1= lyx.1 reLyX.1
.if !defined(WITH_ISPELL)