diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /graphics/libpano13 | |
parent | be8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff) |
Notes
Diffstat (limited to 'graphics/libpano13')
-rw-r--r-- | graphics/libpano13/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libpano13/Makefile b/graphics/libpano13/Makefile index ea761f89b5d7..5e206facf8a6 100644 --- a/graphics/libpano13/Makefile +++ b/graphics/libpano13/Makefile @@ -7,7 +7,7 @@ PORTNAME= libpano13 PORTVERSION= 2.9.14 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics java MASTER_SITES= SF/panotools/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -20,7 +20,7 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ USE_GNOME= gtk20 glib20 pango atk -USE_AUTOTOOLS= autoconf:262:env autoheader:262:env aclocal:110:env \ +USE_AUTOTOOLS= autoconf:267:env autoheader:267:env aclocal:110:env \ automake:110:env libtool:22:env GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/gtk-2.0 \ |