summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--print/lyx/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile
index 209c9a92795..ee4408cf575 100644
--- a/print/lyx/Makefile
+++ b/print/lyx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 1999/08/20 01:44:48 fredb Exp $
+# $NetBSD: Makefile,v 1.21 1999/11/05 15:37:53 jwise Exp $
# FreeBSD Id: Makefile,v 1.14 1998/02/14 16:46:50 andreas Exp
#
@@ -17,7 +17,9 @@ DEPENDS= ispell-3.1.20:../../textproc/ispell \
USE_PERL5= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib \
+CONFIGURE_ARGS= --with-extra-lib="${X11BASE}/lib" \
--with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11"
+LDFLAGS+= -L${X11BASE}/lib -Wl,-R${X11BASE}/lib
+
.include "../../mk/bsd.pkg.mk"