diff options
author | wiz <wiz@pkgsrc.org> | 2018-02-11 15:50:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-02-11 15:50:12 +0000 |
commit | 21b563b37493c15ad803277e83dd7ef3e3c10704 (patch) | |
tree | f7a0403155bfd7042a866a21dc5e181e5d65f378 /graphics | |
parent | 4432003df3e7d8d32e0f7cef9c195427c456041f (diff) | |
download | pkgsrc-21b563b37493c15ad803277e83dd7ef3e3c10704.tar.gz |
PanoTools: use sourceforge page, other page vanished
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/PanoTools/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/PanoTools/Makefile b/graphics/PanoTools/Makefile index 9459885fb52..017cf00d4eb 100644 --- a/graphics/PanoTools/Makefile +++ b/graphics/PanoTools/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.24 2015/02/11 23:17:22 tnn Exp $ -# +# $NetBSD: Makefile,v 1.25 2018/02/11 15:50:12 wiz Exp $ DISTNAME= PanoTools PKGNAME= ${DISTNAME}-2.6b1 PKGREVISION= 3 CATEGORIES= graphics java -MASTER_SITES= http://www.path.unimelb.edu.au/~dersch/ +#MASTER_SITES= http://www.path.unimelb.edu.au/~dersch/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.path.unimelb.edu.au/~dersch/ +HOMEPAGE= http://panotools.sourceforge.net/ COMMENT= View, create, edit, and remap panoramic images EMUL_PLATFORMS= linux-i386 |