diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-15 22:04:36 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-15 22:04:36 +0000 |
commit | 563924048c299d172f21b6de4126065aaf540d77 (patch) | |
tree | 9bf0c192478baeeb60cc0c80ffbcb36690774d03 /graphics/simage | |
parent | 0797d5c856b0e6d56b1ee2369873e0fcf3efa319 (diff) | |
download | pkgsrc-563924048c299d172f21b6de4126065aaf540d77.tar.gz |
Uses C++.
Diffstat (limited to 'graphics/simage')
-rw-r--r-- | graphics/simage/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/simage/Makefile b/graphics/simage/Makefile index e7728ed52ea..5b093bec5ce 100644 --- a/graphics/simage/Makefile +++ b/graphics/simage/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/04/17 13:46:01 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2006/05/15 22:07:33 joerg Exp $ DISTNAME= simage-1.6.1 PKGREVISION= 3 @@ -12,6 +12,7 @@ COMMENT= Library for image format loaders and front-ends PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ USE_LIBTOOL= yes CONFIGURE_ARGS+= --with-xwd --with-mpeg2enc |