summaryrefslogtreecommitdiff
path: root/graphics/hugin
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2005-07-15 08:33:00 +0000
committerMax Khon <fjoe@FreeBSD.org>2005-07-15 08:33:00 +0000
commit35fbf41c3bd996fa622909319b7376d951c37082 (patch)
treefced0ba51abe24f2d1bd92fb3605633573036a67 /graphics/hugin
parent- Update to 1.3.2 (diff)
Fix the build (wx-config has different name now). Maintainer timeout.
Pointy hat to: fjoe
Notes
Notes: svn path=/head/; revision=139253
Diffstat (limited to 'graphics/hugin')
-rw-r--r--graphics/hugin/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile
index 9cbafc6a1c1c..61d29b29e9c1 100644
--- a/graphics/hugin/Makefile
+++ b/graphics/hugin/Makefile
@@ -7,7 +7,7 @@
PORTNAME= hugin
PORTVERSION= 0.5.b2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -30,9 +30,11 @@ RUN_DEPENDS= PTOptimizer:${PORTSDIR}/graphics/libpano12 \
GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG}
USE_GMAKE= yes
USE_BZIP2= yes
DOCSDIR= ${PREFIX}/share/hugin/xrc/data
+WX_CONFIG= ${X11BASE}/bin/wxgtk2-2.4-config
.include <bsd.port.mk>