diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-29 10:10:16 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-29 10:10:16 +0000 |
commit | c42e30366837343c51353a2ec3113b1152044894 (patch) | |
tree | d8c8183de44efc0a65d5e8e5c294899891be2d07 /print | |
parent | b3489846cdcd8599e3b3c7365abab022dde2d298 (diff) | |
download | pkgsrc-c42e30366837343c51353a2ec3113b1152044894.tar.gz |
Note that this package uses X11.
Diffstat (limited to 'print')
-rw-r--r-- | print/lyx/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile index a3b46b52231..fe5fb652a69 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2002/09/29 09:42:38 jlam Exp $ +# $NetBSD: Makefile,v 1.49 2002/09/29 10:10:16 jlam Exp $ # FreeBSD Id: Makefile,v 1.14 1998/02/14 16:46:50 andreas Exp # @@ -18,6 +18,7 @@ DEPENDS+= teTeX>=1.0.6:../../print/teTeX USE_BUILDLINK2= YES USE_PERL5= YES +USE_X11= YES USE_CXX= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-extra-lib=${BUILDLINK_PREFIX.xforms}/lib \ @@ -27,8 +28,6 @@ USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool LIBTOOL_OVERRIDE+= ${WRKSRC}/sigc++/libtool -LDFLAGS+= -L${X11BASE}/lib -Wl,-R${X11BASE}/lib - post-install: ${CHMOD} +x ${PREFIX}/share/lyx/configure |