diff options
author | danfe <danfe@FreeBSD.org> | 2014-04-04 22:28:16 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2014-04-04 22:28:16 +0800 |
commit | 3570c310adae760c996accdbb2287dc1f3c95e59 (patch) | |
tree | fe176a7032c02ba4c65549608b43bfaf1933945f /graphics/lensfun | |
parent | 3420ba17080c0684950a2f7184818a3c4a12242b (diff) | |
download | freebsd-ports-gnome-3570c310adae760c996accdbb2287dc1f3c95e59.tar.gz freebsd-ports-gnome-3570c310adae760c996accdbb2287dc1f3c95e59.tar.zst freebsd-ports-gnome-3570c310adae760c996accdbb2287dc1f3c95e59.zip |
Lensfun moved to SourceForge, as BerliOS will shut down its service at the
end of April 2014. While here, convert USE_BZIP2 to USES (tar:bzip2).
Diffstat (limited to 'graphics/lensfun')
-rw-r--r-- | graphics/lensfun/Makefile | 5 | ||||
-rw-r--r-- | graphics/lensfun/pkg-descr | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/graphics/lensfun/Makefile b/graphics/lensfun/Makefile index 17af17bf177b..77f1bf2f6385 100644 --- a/graphics/lensfun/Makefile +++ b/graphics/lensfun/Makefile @@ -4,7 +4,7 @@ PORTNAME= lensfun PORTVERSION= 0.2.8 CATEGORIES= graphics -MASTER_SITES= BERLIOS +MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} MAINTAINER= danfe@FreeBSD.org COMMENT= Library for fixing lens geometry distortions @@ -13,8 +13,7 @@ LICENSE= LGPL3 LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png -USES= gmake pkgconfig -USE_BZIP2= yes +USES= gmake pkgconfig tar:bzip2 USE_GNOME= glib20 USE_LDCONFIG= yes USE_PYTHON_BUILD= yes diff --git a/graphics/lensfun/pkg-descr b/graphics/lensfun/pkg-descr index 8df87315e2b5..435c44c4c363 100644 --- a/graphics/lensfun/pkg-descr +++ b/graphics/lensfun/pkg-descr @@ -15,4 +15,4 @@ transversal (also known as lateral) chromatic aberrations, vignetting, and colour contribution of the lens (e.g. when sometimes people says one lens gives "yellowish" images and another, say, "bluish"). -WWW: http://lensfun.berlios.de/ +WWW: http://lensfun.sourceforge.net/ |