diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-05-12 22:34:59 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-05-12 22:34:59 +0000 |
commit | 2273cd14305139299fc0db311ca8eb21ceca47ac (patch) | |
tree | a9b2670a974194e236b5a27300f7797a00a35827 /graphics/xsane | |
parent | Add missing gettext dependency. (diff) |
Add missing dependency to sane.
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=18816
Diffstat (limited to 'graphics/xsane')
-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 b56c7332d949..325353484494 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 |