diff options
author | asami <asami@FreeBSD.org> | 1999-05-12 22:34:59 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-05-12 22:34:59 +0000 |
commit | c8a87539257b8fadc9588407fa2b8043c43ed4b5 (patch) | |
tree | 8cb24405f50e0d0a38218ff57534de56f8d9b553 /graphics | |
parent | 13ae2e637716079d2e1ffcca14496d9140afe356 (diff) | |
download | FreeBSD-ports-c8a87539257b8fadc9588407fa2b8043c43ed4b5.zip FreeBSD-ports-c8a87539257b8fadc9588407fa2b8043c43ed4b5.tar.gz |
Add missing dependency to sane.
Submitted by: maintainer
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xsane/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile index b56c733..3253534 100644 --- a/graphics/xsane/Makefile +++ b/graphics/xsane/Makefile @@ -3,7 +3,7 @@ # Date created: Fri Apr 8 00:18:29 MET DST 1999 # Whom: domi@saargate.de # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/05/09 22:38:22 dirk Exp $ # DISTNAME= xsane-0.22 @@ -14,6 +14,7 @@ MASTER_SITES= http://www.wolfsburg.de/~rauch/sane/ \ MAINTAINER= domi@saargate.de LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \ + sane.1:${PORTSDIR}/graphics/sane \ jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff34 \ png.3:${PORTSDIR}/graphics/png |