diff options
author | gdt <gdt@pkgsrc.org> | 2015-09-07 23:38:18 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2015-09-07 23:38:18 +0000 |
commit | c2f8f1c6c220ab758d9de3ca5e2824f75478cb45 (patch) | |
tree | 01abd7ea6bc76a5772eb43eec0baffde0dc071a9 | |
parent | 0fe7a07e9ad255c5d721bc51e0902c3a211f0768 (diff) | |
download | pkgsrc-c2f8f1c6c220ab758d9de3ca5e2824f75478cb45.tar.gz |
Add URLs for a git repo with work past the last release.
-rw-r--r-- | graphics/gtkimageview/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/gtkimageview/Makefile b/graphics/gtkimageview/Makefile index 153ea0847b3..256dcdd41e0 100644 --- a/graphics/gtkimageview/Makefile +++ b/graphics/gtkimageview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2015/04/25 14:23:13 tnn Exp $ +# $NetBSD: Makefile,v 1.34 2015/09/07 23:38:18 gdt Exp $ DISTNAME= gtkimageview-1.6.4 PKGREVISION= 21 @@ -15,6 +15,10 @@ MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://trac.bjourne.webfactional.com/ COMMENT= Image viewer widget for GTK +# not really HOMEPAGE, but +# https://git.gnome.org/browse/gtk+/log/?h=wip/baedert/gtkimageview +# http://baedert-gsoc.blogspot.com/ + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config |