summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-05-29 23:53:13 +0000
committergrant <grant@pkgsrc.org>2003-05-29 23:53:13 +0000
commit1f5fe68e8c9a66bc4654a3041cb62eee2dff8989 (patch)
tree10e664e9505b2a7b0fd0211465b008f73dbf54e7 /editors
parent9079f39bad14ad14644d8e455d50f1cd116d8587 (diff)
downloadpkgsrc-1f5fe68e8c9a66bc4654a3041cb62eee2dff8989.tar.gz
s/USE_CXX/USE_GCC_SHLIB/
Diffstat (limited to 'editors')
-rw-r--r--editors/lyx-qt/Makefile.common5
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"