diff options
author | vd <vd@FreeBSD.org> | 2008-01-22 18:35:57 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2008-01-22 18:35:57 +0800 |
commit | 8f90046819657d08ab9816cfe67e98366f2623e6 (patch) | |
tree | 8d185a66e1070ea243915e42a3d46c1af4c7eca9 /graphics | |
parent | e9f4eb6625e5d8b6bf917435f77f118496a49981 (diff) | |
download | freebsd-ports-gnome-8f90046819657d08ab9816cfe67e98366f2623e6.tar.gz freebsd-ports-gnome-8f90046819657d08ab9816cfe67e98366f2623e6.tar.zst freebsd-ports-gnome-8f90046819657d08ab9816cfe67e98366f2623e6.zip |
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.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/hugin/Makefile | 3 |
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) |