diff options
author | Max Khon <fjoe@FreeBSD.org> | 2005-08-09 14:13:44 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2005-08-09 14:13:44 +0000 |
commit | 184e973284f009d094ce61fcfe5d998662bb7169 (patch) | |
tree | f3caa209bc605cb3a0caf37aac9fb276c85c4e46 /graphics/hugin/Makefile | |
parent | d06912e6efb159bf77e12d294c0090426fa385ee (diff) |
- Fix pkg-plist.
- Bump PORTREVISION.
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=140823
Diffstat (limited to 'graphics/hugin/Makefile')
-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 |