diff options
author | jlam <jlam> | 2004-11-13 22:04:52 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-11-13 22:04:52 +0000 |
commit | 59618926e8c01c7cf101e5acd1e0c7e064c83db6 (patch) | |
tree | 02da378bc7e5aad8deda3d3d5b81fc15205ad076 /print | |
parent | 3531f7a1287b824d578e18f111001317dcab45ba (diff) | |
download | pkgsrc-59618926e8c01c7cf101e5acd1e0c7e064c83db6.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 'print')
-rw-r--r-- | print/cjk-lyx/Makefile | 4 | ||||
-rw-r--r-- | print/teTeX1-bin/Makefile | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/print/cjk-lyx/Makefile b/print/cjk-lyx/Makefile index 4b071bdfd94..ef3675e7d54 100644 --- a/print/cjk-lyx/Makefile +++ b/print/cjk-lyx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/10/03 00:18:04 tv Exp $ +# $NetBSD: Makefile,v 1.13 2004/11/13 22:04:53 jlam Exp $ DISTNAME= lyx-${LYX_VERS} PKGNAME= cjk-${DISTNAME} @@ -23,11 +23,11 @@ CONFLICTS= lyx-[0-9]* DEPENDS+= ispell-base-[0-9]*:../../textproc/ispell-base DEPENDS+= teTeX-bin>=1.0.7nb1:../../print/teTeX-bin +USE_LANGUAGES= c c++ USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes USE_PERL5= yes USE_X11= yes -USE_GCC_SHLIB= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/print/teTeX1-bin/Makefile b/print/teTeX1-bin/Makefile index 73bd9966f73..ae83628b7e2 100644 --- a/print/teTeX1-bin/Makefile +++ b/print/teTeX1-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/10/03 00:18:07 tv Exp $ +# $NetBSD: Makefile,v 1.11 2004/11/13 22:04:53 jlam Exp $ DISTNAME= teTeX-src-1.0.7 PKGNAME= teTeX-bin-1.0.7 @@ -24,7 +24,6 @@ INSTALL_TARGET= install strip USE_BUILDLINK3= yes USE_PKGINSTALL= yes -USE_GCC_SHLIB= yes USE_GNU_TOOLS+= make USE_LANGUAGES= c c++ USE_X11= yes |