diff options
author | rh <rh> | 1999-12-12 07:59:39 +0000 |
---|---|---|
committer | rh <rh> | 1999-12-12 07:59:39 +0000 |
commit | aa27648e65a51c17b706aed5034596c0e7c4c79d (patch) | |
tree | a9e134454ec59344aa97c0ab0915e6bda391d339 /graphics/clanlib | |
parent | 164206aab04b2e5a36ff5b69d9c49c4d3f8627f8 (diff) | |
download | pkgsrc-aa27648e65a51c17b706aed5034596c0e7c4c79d.tar.gz |
Add missing dependency on pth.
Diffstat (limited to 'graphics/clanlib')
-rw-r--r-- | graphics/clanlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/clanlib/Makefile b/graphics/clanlib/Makefile index 046594a42cf..cc2477372bf 100644 --- a/graphics/clanlib/Makefile +++ b/graphics/clanlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/11/30 13:24:45 rh Exp $ +# $NetBSD: Makefile,v 1.5 1999/12/12 07:59:39 rh Exp $ DISTNAME= ClanLib-0.2.2 CATEGORIES= graphics games devel x11 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.clanlib.org/ DEPENDS+= Hermes-1.2.6*:../../graphics/hermes DEPENDS+= Mesa-*:../../graphics/Mesa DEPENDS+= png-1.0.3:../../graphics/png +DEPENDS+= pth-*:../../devel/pth USE_X11BASE= yes GNU_CONFIGURE= yes |