diff options
-rw-r--r-- | graphics/hugin/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index 61d29b29e9c1..36aa92b4bdb7 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= hugin PORTVERSION= 0.5.b2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -31,8 +31,12 @@ RUN_DEPENDS= PTOptimizer:${PORTSDIR}/graphics/libpano12 \ GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" USE_GMAKE= yes USE_BZIP2= yes +USE_ICONV= yes +USE_GETTEXT= yes DOCSDIR= ${PREFIX}/share/hugin/xrc/data WX_CONFIG= ${X11BASE}/bin/wxgtk2-2.4-config |