diff options
author | asami <asami@FreeBSD.org> | 1996-03-06 19:05:08 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-03-06 19:05:08 +0800 |
commit | d9aa3c10c397d737158e77c707e8ae7f2202affa (patch) | |
tree | e3288094f228e060f7df3db5e4dd5591b29843d4 /graphics/Makefile | |
parent | c9247a203bfe0abca6d675550d01b6a4957e71f2 (diff) | |
download | freebsd-ports-gnome-d9aa3c10c397d737158e77c707e8ae7f2202affa.tar.gz freebsd-ports-gnome-d9aa3c10c397d737158e77c707e8ae7f2202affa.tar.zst freebsd-ports-gnome-d9aa3c10c397d737158e77c707e8ae7f2202affa.zip |
Add hpscan, which was, um, sort of missing.
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index d87ab1734256..7aa8741aecbf 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,10 +1,11 @@ -# $Id: Makefile,v 1.18 1996/01/31 11:13:36 asami Exp $ +# $Id: Makefile,v 1.19 1996/02/10 20:34:58 fenner Exp $ # SUBDIR += ImageMagick BROKEN += Mesa # doesn't install SUBDIR += aero SUBDIR += dore + SUBDIR += hpscan SUBDIR += jpeg SUBDIR += mpeg-lib SUBDIR += mpeg_play |