diff options
author | drochner <drochner@pkgsrc.org> | 2010-11-29 18:05:23 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-11-29 18:05:23 +0000 |
commit | 9b856f4436e8ab2f37df64175206f4a2acb0cc1a (patch) | |
tree | 16310e226bc6e6e826f24d31a027201fb091121b /x11 | |
parent | e60dea4ccc05c871d7415e25cc9d900c21bf44a5 (diff) | |
download | pkgsrc-9b856f4436e8ab2f37df64175206f4a2acb0cc1a.tar.gz |
sync w/ base pkg
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xscreensaver-demo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xscreensaver-demo/Makefile b/x11/xscreensaver-demo/Makefile index 34a2e85def8..27ba471faad 100644 --- a/x11/xscreensaver-demo/Makefile +++ b/x11/xscreensaver-demo/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2010/11/15 22:59:19 abs Exp $ +# $NetBSD: Makefile,v 1.37 2010/11/29 18:05:23 drochner Exp $ # PKGNAME= ${DISTNAME:S/-/-demo-/} -PKGREVISION= 3 COMMENT= Demo viewer and configuration tool for xscreensaver PKG_DESTDIR_SUPPORT= user-destdir @@ -33,5 +32,6 @@ post-install: .include "../../devel/libglade/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" +.include "../../graphics/gdk-pixbuf2-xlib/buildlink3.mk" .include "../../x11/xscreensaver/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |