diff options
author | drochner <drochner@pkgsrc.org> | 2005-03-03 15:50:13 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-03-03 15:50:13 +0000 |
commit | ec4b7d150604825a01a0b6dcd31986fbfb5a4caa (patch) | |
tree | 752290b301942fad56c13fbd01317ce73d310b99 /graphics/exiv2 | |
parent | 6bb914934ea863c4c9204cafced42df87181db96 (diff) | |
download | pkgsrc-ec4b7d150604825a01a0b6dcd31986fbfb5a4caa.tar.gz |
require g++-3.3 to make it build on 1.6
(should fix bulk build)
Diffstat (limited to 'graphics/exiv2')
-rw-r--r-- | graphics/exiv2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile index e1179391998..bf9201f6396 100644 --- a/graphics/exiv2/Makefile +++ b/graphics/exiv2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/02/25 19:05:30 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2005/03/03 15:50:13 drochner Exp $ # DISTNAME= exiv2-0.6.1 @@ -10,6 +10,8 @@ HOMEPAGE= http://home.arcor.de/ahuggel/exiv2/ COMMENT= Image metadata manipulation USE_BUILDLINK3= yes +USE_LANGUAGES= c c++ +GCC_REQD= 3.3 USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_GNU_TOOLS+= make |