diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-01-15 04:49:54 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-01-15 04:49:54 +0800 |
commit | 4ee3b7ab65e742876d0d0367d025a77064afdd92 (patch) | |
tree | 4bf6843689b8b33438f7b1c68845f921ca285d6e /graphics/sane | |
parent | db390e92b69a8de33a18eafce5a73c9d31b732a2 (diff) | |
download | freebsd-ports-gnome-4ee3b7ab65e742876d0d0367d025a77064afdd92.tar.gz freebsd-ports-gnome-4ee3b7ab65e742876d0d0367d025a77064afdd92.tar.zst freebsd-ports-gnome-4ee3b7ab65e742876d0d0367d025a77064afdd92.zip |
Prevent breakage when GIMP is installed.
Also set maintainer to ports@:
the current maintainer said this:
"Sorry, I no longer have a scanner, and have not
touched sane for some time. I really am the wrong
person (nowadays) to ask about this."
PR: 15891
Submitted by: Mark Ovens <mark@ukug.uk.freebsd.org>
Diffstat (limited to 'graphics/sane')
-rw-r--r-- | graphics/sane/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sane/Makefile b/graphics/sane/Makefile index e6d8c8eb8c08..d288433e5e4d 100644 --- a/graphics/sane/Makefile +++ b/graphics/sane/Makefile @@ -11,7 +11,7 @@ CATEGORIES= graphics MASTER_SITES= ftp://ftp.mostang.com/pub/sane/ \ ftp://ftp.lahn.de/pub/platforms/linux/libs/ -MAINTAINER= gary@hotlava.com +MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ jpeg.9:${PORTSDIR}/graphics/jpeg |