diff options
author | abs <abs@pkgsrc.org> | 2004-02-11 01:46:30 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-02-11 01:46:30 +0000 |
commit | a1d0b1b68bd07bf5c704b4c64294efa8c21449fe (patch) | |
tree | 339bb2a1f7c733e2891ae2d22c8adc1182d3b65c /devel/pango | |
parent | 9c5d2aaa9eca3ef411c6f3d82abb17f8508c4955 (diff) | |
download | pkgsrc-a1d0b1b68bd07bf5c704b4c64294efa8c21449fe.tar.gz |
USE_LANGUAGES=c c++
Diffstat (limited to 'devel/pango')
-rw-r--r-- | devel/pango/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/pango/Makefile b/devel/pango/Makefile index 54055be250c..bb7581375db 100644 --- a/devel/pango/Makefile +++ b/devel/pango/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2004/02/10 01:56:42 xtraeme Exp $ +# $NetBSD: Makefile,v 1.34 2004/02/11 01:46:30 abs Exp $ # DISTNAME= pango-1.2.5 @@ -17,6 +17,7 @@ USE_BUILDLINK3= yes USE_PKGINSTALL= yes USE_GNU_TOOLS+= make USE_X11= yes +USE_LANGUAGES= c c++ GNU_CONFIGURE= yes TEST_TARGET= check |