summaryrefslogtreecommitdiffstats
path: root/print/lyx
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2000-03-10 23:58:53 +0000
committerdirk <dirk@FreeBSD.org>2000-03-10 23:58:53 +0000
commite9fa2af390029e5118a811370cc9ffd4b7b67982 (patch)
treed90688078548b95d819ff5f511aef7c17ebee879 /print/lyx
parente51f2b7db3f7f4e527661aff7a449f08196a3530 (diff)
downloadFreeBSD-ports-e9fa2af390029e5118a811370cc9ffd4b7b67982.zip
FreeBSD-ports-e9fa2af390029e5118a811370cc9ffd4b7b67982.tar.gz
Add --with-included-gettext to CONFIGURE_ARGS to fix build on 3.4.
This is a workaround only.
Diffstat (limited to 'print/lyx')
-rw-r--r--print/lyx/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile
index 5917280..1530923 100644
--- a/print/lyx/Makefile
+++ b/print/lyx/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)
OpenPOWER on IntegriCloud