diff options
Diffstat (limited to 'graphics/vigra/Makefile')
-rw-r--r-- | graphics/vigra/Makefile | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/graphics/vigra/Makefile b/graphics/vigra/Makefile index 1375984fcc8a..d868b85d855c 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.2.0 +PORTVERSION= 1.3.0 CATEGORIES= graphics MASTER_SITES= http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -37,16 +37,4 @@ INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> -.if ${ARCH} == "alpha" -BROKEN= "Broken pkg-plist on alpha 4.x" -.endif - -.if ${OSVERSION} >= 503000 -BROKEN= "Does not build on FreeBSD >= 5.x" -.endif - -.if ${ARCH} == "amd64" || ${ARCH} == "ia64" -BROKEN= "Configure fails on amd64 and ia64" -.endif - .include <bsd.port.post.mk> |