diff options
author | jlam <jlam> | 2004-02-15 13:43:41 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-02-15 13:43:41 +0000 |
commit | 0187918a1320a7195f36daa4e31ab7cd8898e065 (patch) | |
tree | 1307c3696a88388fccdb2c9bf9358f8be9ec356b /devel/pango | |
parent | 5f302cedc7862e860a4ea2f599541743b08c3929 (diff) | |
download | pkgsrc-0187918a1320a7195f36daa4e31ab7cd8898e065.tar.gz |
The GNOME Project hasn't suddenly started using C++. These packages only
seemed to need the C++ compiler because the libtool configuration required
it. This has been fixed in pkgsrc/mk.
Diffstat (limited to 'devel/pango')
-rw-r--r-- | devel/pango/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/pango/Makefile b/devel/pango/Makefile index 0c05c7af421..474c0361685 100644 --- a/devel/pango/Makefile +++ b/devel/pango/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2004/02/14 20:43:47 minskim Exp $ +# $NetBSD: Makefile,v 1.38 2004/02/15 13:43:41 jlam Exp $ # DISTNAME= pango-1.2.5 @@ -17,7 +17,6 @@ USE_BUILDLINK3= yes USE_PKGINSTALL= yes USE_GNU_TOOLS+= make USE_X11= yes -USE_LANGUAGES= c c++ GNU_CONFIGURE= yes TEST_TARGET= check USE_LIBTOOL= yes |