diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-01-14 20:49:54 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-01-14 20:49:54 +0000 |
commit | 4ee3b7ab65e742876d0d0367d025a77064afdd92 (patch) | |
tree | 4bf6843689b8b33438f7b1c68845f921ca285d6e /graphics/sane-frontends | |
parent | db390e92b69a8de33a18eafce5a73c9d31b732a2 (diff) | |
download | FreeBSD-ports-4ee3b7ab65e742876d0d0367d025a77064afdd92.zip FreeBSD-ports-4ee3b7ab65e742876d0d0367d025a77064afdd92.tar.gz |
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-frontends')
-rw-r--r-- | graphics/sane-frontends/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sane-frontends/Makefile b/graphics/sane-frontends/Makefile index e6d8c8e..d288433 100644 --- a/graphics/sane-frontends/Makefile +++ b/graphics/sane-frontends/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 |