diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/hugin/Makefile | 4 |
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> |