diff options
author | jlam <jlam@pkgsrc.org> | 2004-11-13 22:04:52 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-11-13 22:04:52 +0000 |
commit | 43ac8c39e1f2bb04aeb9af48d8271ef8f5c6894c (patch) | |
tree | 02da378bc7e5aad8deda3d3d5b81fc15205ad076 /editors/lyx-qt | |
parent | 6316500dea2779a84bf2d4a4b098b23c70314c9e (diff) | |
download | pkgsrc-43ac8c39e1f2bb04aeb9af48d8271ef8f5c6894c.tar.gz |
Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies the
former) for applications that are known to require C++.
Diffstat (limited to 'editors/lyx-qt')
-rw-r--r-- | editors/lyx-qt/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/lyx-qt/Makefile.common b/editors/lyx-qt/Makefile.common index 4dba01702ca..a72a063915e 100644 --- a/editors/lyx-qt/Makefile.common +++ b/editors/lyx-qt/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.19 2004/08/26 18:04:10 reed Exp $ +# $NetBSD: Makefile.common,v 1.20 2004/11/13 22:04:52 jlam Exp $ # DISTNAME= lyx-1.3.4 @@ -21,9 +21,9 @@ FILESDIR= ${.CURDIR}/../../editors/lyx-qt/files PATCHDIR= ${.CURDIR}/../../editors/lyx-qt/patches PLIST_SRC= ${.CURDIR}/../../editors/lyx-qt/PLIST.common +USE_LANGUAGES= c c++ GNU_CONFIGURE= YES USE_BUILDLINK3= YES -USE_GCC_SHLIB= YES USE_GNU_TOOLS+= make USE_LIBTOOL= YES USE_PERL5= YES |