diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2022-09-26 17:24:12 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2022-09-26 17:24:12 +0000 |
commit | a6a97a3cca25be703301ef30b83ae1712549cb29 (patch) | |
tree | 4b1ae277b3e0cc189e8343d1f9c49359be225121 | |
parent | 59508f2866a877b1704b131bd9db150902222da7 (diff) | |
download | ports-a6a97a3cca25be703301ef30b83ae1712549cb29.tar.gz ports-a6a97a3cca25be703301ef30b83ae1712549cb29.zip |
graphics/xv: fix WWW
-rw-r--r-- | graphics/xv/Makefile | 2 | ||||
-rw-r--r-- | graphics/xv/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index b0839c67cf0c..089535c3389f 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -14,7 +14,7 @@ PATCHFILES= xv-3.10a-enhancements.20070520-20081216.diff MAINTAINER?= dinoex@FreeBSD.org COMMENT?= X11 program that displays images of various formats -WWW= http://www.gregroelofs.com/greg_xv.html +WWW= http://www.trilon.com/xv/ LIB_DEPENDS= libtiff.so:graphics/tiff \ libpng.so:graphics/png \ diff --git a/graphics/xv/pkg-descr b/graphics/xv/pkg-descr index 46ae35b8c0a0..f97231a5b2d7 100644 --- a/graphics/xv/pkg-descr +++ b/graphics/xv/pkg-descr @@ -17,4 +17,4 @@ for proper usage. LICENSE: shareware, free for personal use -See also: http://www.trilon.com/xv/ +See also: http://www.gregroelofs.com/greg_xv.html |