diff options
author | jlam <jlam> | 2002-09-29 10:10:16 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-09-29 10:10:16 +0000 |
commit | 55e7e54bd8f0f71ce7bc11af1b9fb2d57cda83de (patch) | |
tree | d8c8183de44efc0a65d5e8e5c294899891be2d07 /print | |
parent | abc69201b6cb801061d2ebc2001dbd0d98ac7ced (diff) | |
download | pkgsrc-55e7e54bd8f0f71ce7bc11af1b9fb2d57cda83de.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 |