diff options
author | rh <rh@pkgsrc.org> | 2000-05-12 06:30:59 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-05-12 06:30:59 +0000 |
commit | d2a5ab610cba1311722d93c14ad32eecaa68e88d (patch) | |
tree | e950154750871cd6f6c52785ee088678d42d272d /graphics/tgif | |
parent | c44ef9cfbd4d0d80508b556bb21c68fe51400117 (diff) | |
download | pkgsrc-d2a5ab610cba1311722d93c14ad32eecaa68e88d.tar.gz |
Depend on jpeg-6b.
Diffstat (limited to 'graphics/tgif')
-rw-r--r-- | graphics/tgif/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/tgif/Makefile b/graphics/tgif/Makefile index de124a6c886..f23c1f4f995 100644 --- a/graphics/tgif/Makefile +++ b/graphics/tgif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2000/05/12 06:20:49 rh Exp $ +# $NetBSD: Makefile,v 1.24 2000/05/12 06:30:59 rh Exp $ # DISTNAME= tgif-4.1.33 @@ -9,6 +9,8 @@ MASTER_SITES= ftp://bourbon.cs.umd.edu/pub/tgif/ \ MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://bourbon.cs.umd.edu:8001/tgif/tgif.html +DEPENDS+= jpeg-6b:../../graphics/jpeg + USE_IMAKE= yes post-patch:: |