diff options
author | grant <grant> | 2003-05-29 23:53:13 +0000 |
---|---|---|
committer | grant <grant> | 2003-05-29 23:53:13 +0000 |
commit | 7d6499023810821755fe5ba5779f092c63d9d37e (patch) | |
tree | 10e664e9505b2a7b0fd0211465b008f73dbf54e7 /editors | |
parent | 338ae2b77b58c790927dfbf7d807490980187d37 (diff) | |
download | pkgsrc-7d6499023810821755fe5ba5779f092c63d9d37e.tar.gz |
s/USE_CXX/USE_GCC_SHLIB/
Diffstat (limited to 'editors')
-rw-r--r-- | editors/lyx-qt/Makefile.common | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/lyx-qt/Makefile.common b/editors/lyx-qt/Makefile.common index c2ed8653665..7e7940e9401 100644 --- a/editors/lyx-qt/Makefile.common +++ b/editors/lyx-qt/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2003/05/09 08:02:30 martti Exp $ +# $NetBSD: Makefile.common,v 1.5 2003/05/29 23:53:13 grant Exp $ # DISTNAME= lyx-1.3.2 @@ -23,7 +23,7 @@ PLIST_SRC= ${.CURDIR}/../../editors/lyx-qt/PLIST.common GNU_CONFIGURE= YES USE_BUILDLINK2= YES -USE_CXX= YES +USE_GCC_SHLIB= YES USE_GMAKE= YES USE_LIBTOOL= YES USE_PERL5= YES @@ -54,7 +54,6 @@ PYTHON_PATCH_SCRIPTS= lib/lyx2lyx/lyx2lyx \ lib/scripts/pic2png_eps.py .include "../../devel/gettext-lib/buildlink2.mk" -.include "../../lang/gcc/buildlink2.mk" .include "../../lang/python/application.mk" .include "../../textproc/aiksaurus/buildlink2.mk" .include "../../textproc/aspell/buildlink2.mk" |