diff options
author | obache <obache@pkgsrc.org> | 2008-09-29 12:39:30 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-09-29 12:39:30 +0000 |
commit | fcbd7d89ef720e69a5913aa8aa8fadc2c786da89 (patch) | |
tree | cfa77ff6fe69866d79da83dd39d663f1ffcf718a /mail | |
parent | 5b6df88e3e8ac71e6574555029bbada66176256d (diff) | |
download | pkgsrc-fcbd7d89ef720e69a5913aa8aa8fadc2c786da89.tar.gz |
Require GTK2, not GTK for gui.
Bump PKGREVISION.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/netbiff/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/netbiff/Makefile b/mail/netbiff/Makefile index 9f311c6a8bc..33a0a47aea7 100644 --- a/mail/netbiff/Makefile +++ b/mail/netbiff/Makefile @@ -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 @@ post-install: ${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" |