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/libpano12/Makefile | |
parent | be8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff) |
Notes
Diffstat (limited to 'graphics/libpano12/Makefile')
-rw-r--r-- | graphics/libpano12/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libpano12/Makefile b/graphics/libpano12/Makefile index 4c6c4895c29d..d65603d6044b 100644 --- a/graphics/libpano12/Makefile +++ b/graphics/libpano12/Makefile @@ -10,7 +10,7 @@ PORTNAME= libpano12 PORTVERSION= 2.8.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics java MASTER_SITES= SF/panotools/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -23,7 +23,7 @@ LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \ USE_GNOME= gtk20 glib20 pango atk -USE_AUTOTOOLS= autoconf:262:env autoheader:262:env aclocal:19:env \ +USE_AUTOTOOLS= autoconf:267:env autoheader:267:env aclocal:19:env \ automake:19:env libtool:22:env GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/gtk-2.0 \ |