diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-25 17:36:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-25 17:36:50 +0000 |
commit | 6050cfdadb5cb24fa75f689f163e4c65310f40b2 (patch) | |
tree | fc8cc2cfe96e078198ed44268e9a97b71de890c0 /devel/anjuta | |
parent | d7762121275bb7be2d1489dbe035c910a6faca48 (diff) | |
download | pkgsrc-6050cfdadb5cb24fa75f689f163e4c65310f40b2.tar.gz |
USE_LANGUAGES=c c++
Diffstat (limited to 'devel/anjuta')
-rw-r--r-- | devel/anjuta/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile index e1d67aaf206..aa66a32830e 100644 --- a/devel/anjuta/Makefile +++ b/devel/anjuta/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2006/04/22 09:22:07 rillig Exp $ +# $NetBSD: Makefile,v 1.43 2006/05/25 17:36:50 wiz Exp $ DISTNAME= anjuta-1.2.3 PKGREVISION= 8 @@ -18,6 +18,7 @@ DEPENDS+= libtool>=1.5.2:../../devel/libtool DEPENDS+= yelp>=2.4.2:../../misc/yelp USE_DIRS+= gnome2-1.5 +USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake:run pkg-config:run |