summaryrefslogtreecommitdiff
path: root/graphics/hugin
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2008-01-22 10:35:57 +0000
committerVasil Dimov <vd@FreeBSD.org>2008-01-22 10:35:57 +0000
commit89fef3c5371e000d13227b3e75b749b8e1f9ed0e (patch)
tree3ccf21a33c00360de37ea70774bab75be47dfc37 /graphics/hugin
parent- Update to 0.4.2 (diff)
Hugin does not work with wxgtk 2.8. It crashes at startup, after displaying
the startup tip. This has been reported in ports/118190 and ports/119866. So limit the WX dependency to 2.6 only.
Notes
Notes: svn path=/head/; revision=206020
Diffstat (limited to 'graphics/hugin')
-rw-r--r--graphics/hugin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile
index 0f17e92f846a..4fd15c3e1cd3 100644
--- a/graphics/hugin/Makefile
+++ b/graphics/hugin/Makefile
@@ -7,6 +7,7 @@
PORTNAME= hugin
DISTVERSION= 0.7_beta4
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -40,7 +41,7 @@ CONFIGURE_ARGS+=--with-boost=${LOCALBASE}
# --disable-desktop
USE_GMAKE= yes
USE_ICONV= yes
-USE_WX= 2.6+
+USE_WX= 2.6
WX_CONF_ARGS= absolute
.if defined(WX_UNICODE)