pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/netbiff Require GTK2, not GTK for gui.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/607e562954f7
branches:  trunk
changeset: 547718:607e562954f7
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Sep 29 12:39:30 2008 +0000

description:
Require GTK2, not GTK for gui.

Bump PKGREVISION.

diffstat:

 mail/netbiff/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r fb970493be3b -r 607e562954f7 mail/netbiff/Makefile
--- a/mail/netbiff/Makefile     Mon Sep 29 12:04:50 2008 +0000
+++ b/mail/netbiff/Makefile     Mon Sep 29 12:39:30 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2008/09/29 12:04:50 obache Exp $
+# $NetBSD: Makefile,v 1.5 2008/09/29 12:39:30 obache Exp $
 #
 
 DISTNAME=              netbiff-0.9.18
+PKGREVISION=           1
 CATEGORIES=            mail
 MASTER_SITES=          http://www.cs.virginia.edu/~jrk3g/netbiff/
 
@@ -25,5 +26,5 @@
        ${INSTALL_DATA} ${WRKSRC}/CONFIG ${DOCDIR}
 
 .include "../../security/openssl/buildlink3.mk"
-.include "../../x11/gtk/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index