diff options
author | Max Khon <fjoe@FreeBSD.org> | 2005-07-15 08:33:00 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2005-07-15 08:33:00 +0000 |
commit | 35fbf41c3bd996fa622909319b7376d951c37082 (patch) | |
tree | fced0ba51abe24f2d1bd92fb3605633573036a67 /graphics/hugin | |
parent | 81f6d458a8fdc4f1db0084b2829fed9e1d0c3a52 (diff) | |
download | ports-35fbf41c3bd996fa622909319b7376d951c37082.tar.gz ports-35fbf41c3bd996fa622909319b7376d951c37082.zip |
Notes
Diffstat (limited to 'graphics/hugin')
-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> |