diff options
author | markd <markd@pkgsrc.org> | 2011-02-19 09:02:06 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2011-02-19 09:02:06 +0000 |
commit | 76eec76db0f6cc3aaee8f40942b19402a05d0829 (patch) | |
tree | ac0f9caf93fb46351a4b136d42c347b97962efb7 /graphics/cnxtview | |
parent | 2c536a704cffbeec3f8e504f9618803b7bb298c1 (diff) | |
download | pkgsrc-76eec76db0f6cc3aaee8f40942b19402a05d0829.tar.gz |
Depend on the gtk version of imlib. Bump PKGREVISION
Diffstat (limited to 'graphics/cnxtview')
-rw-r--r-- | graphics/cnxtview/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/cnxtview/Makefile b/graphics/cnxtview/Makefile index ae71822c4fd..d6e0c3f4599 100644 --- a/graphics/cnxtview/Makefile +++ b/graphics/cnxtview/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2011/01/13 13:37:57 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2011/02/19 09:02:06 markd Exp $ # DISTNAME= cnxtutil-0.00-alpha PKGNAME= cnxtview-0.00a -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= graphics x11 MASTER_SITES= http://home.384.jp/takam/bsd/ @@ -21,7 +21,7 @@ MAKE_ENV+= NOGCCERROR= INSTALLATION_DIRS+= bin -.include "../../graphics/imlib/buildlink3.mk" +.include "../../graphics/imlib-gtk/buildlink3.mk" .include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |