diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2007-05-01 15:52:25 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2007-05-01 15:52:25 +0000 |
commit | 9e937e5421cdf9924645521bc1be1fda8377cae9 (patch) | |
tree | d1f3c63df50663c49ba3789d7bbf306ca1c244cd /graphics/vigra/Makefile | |
parent | 21eb97072eceb4e0fc6a2713b5cc0e48a60fe580 (diff) | |
download | ports-9e937e5421cdf9924645521bc1be1fda8377cae9.tar.gz ports-9e937e5421cdf9924645521bc1be1fda8377cae9.zip |
Notes
Diffstat (limited to 'graphics/vigra/Makefile')
-rw-r--r-- | graphics/vigra/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/graphics/vigra/Makefile b/graphics/vigra/Makefile index 2eeb0247736f..49ee87f17f0b 100644 --- a/graphics/vigra/Makefile +++ b/graphics/vigra/Makefile @@ -10,7 +10,7 @@ # The hugin port is a gui interface to interact with panorama tools. PORTNAME= vigra -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 CATEGORIES= graphics MASTER_SITES= http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -19,12 +19,12 @@ MAINTAINER= vd@FreeBSD.org COMMENT= VIGRA stands for "Vision with Generic Algorithms" USE_AUTOTOOLS= libtool:15 -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} \ - --docdir=${PREFIX}/share/doc/vigra +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS= --docdir=${DOCSDIR} USE_GMAKE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .if !defined(WITHOUT_VIGRA_TIFF) LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff @@ -60,4 +60,7 @@ CONFIGURE_ARGS+= --with-fftw CONFIGURE_ARGS+= --without-fftw .endif +post-patch: + ${REINPLACE_CMD} -e 's/--mode=/-m /g' ${WRKSRC}/Makefile.in + .include <bsd.port.mk> |