aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2005-07-15 16:33:00 +0800
committerfjoe <fjoe@FreeBSD.org>2005-07-15 16:33:00 +0800
commit7885cd9b158bb7be2097fe1a0d4f4eabf050ff48 (patch)
tree167d47bf5aa0f51ec95cb00fceb272a61d88776d /graphics
parent33bfe9c84f39ff5f2945df1a90ee11960eee6933 (diff)
downloadfreebsd-ports-gnome-7885cd9b158bb7be2097fe1a0d4f4eabf050ff48.tar.gz
freebsd-ports-gnome-7885cd9b158bb7be2097fe1a0d4f4eabf050ff48.tar.zst
freebsd-ports-gnome-7885cd9b158bb7be2097fe1a0d4f4eabf050ff48.zip
Fix the build (wx-config has different name now). Maintainer timeout.
Pointy hat to: fjoe
Diffstat (limited to 'graphics')
-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>