diff options
author | recht <recht@pkgsrc.org> | 2004-03-23 23:47:15 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-03-23 23:47:15 +0000 |
commit | 28b8143904d32c5e20a09224f577034b07314adb (patch) | |
tree | 9ce15db241435b0da06e3bbcc6097f0e7ade5002 /textproc | |
parent | 73c9eb24da48dc4442ecb70d4c4695c5bca7ff27 (diff) | |
download | pkgsrc-28b8143904d32c5e20a09224f577034b07314adb.tar.gz |
add: USE_LANGUAGES= c c++
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aiksaurus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/aiksaurus/Makefile b/textproc/aiksaurus/Makefile index f5695a04553..636783af37c 100644 --- a/textproc/aiksaurus/Makefile +++ b/textproc/aiksaurus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/03/07 02:30:26 minskim Exp $ +# $NetBSD: Makefile,v 1.8 2004/03/23 23:47:15 recht Exp $ # DISTNAME= aiksaurus-1.0.1 @@ -13,6 +13,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= YES USE_LIBTOOL= YES +USE_LANGUAGES= c c++ GNU_CONFIGURE= YES CONFIGURE_ARGS= --without-gtk PKGCONFIG_OVERRIDE= base/aiksaurus-1.0.pc.in |