pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/seamonkey Fix gtk3 option build



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f1cc8cfda71
branches:  trunk
changeset: 365217:2f1cc8cfda71
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Tue Jul 11 14:44:28 2017 +0000

description:
Fix gtk3 option build

Reported by Thomas Mueller. Thank you.

diffstat:

 www/seamonkey/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e6b4489e9c22 -r 2f1cc8cfda71 www/seamonkey/options.mk
--- a/www/seamonkey/options.mk  Tue Jul 11 14:19:18 2017 +0000
+++ b/www/seamonkey/options.mk  Tue Jul 11 14:44:28 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.36 2017/02/14 14:09:28 ryoon Exp $
+# $NetBSD: options.mk,v 1.37 2017/07/11 14:44:28 ryoon Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.seamonkey
 
@@ -35,6 +35,7 @@
 
 .if !empty(PKG_OPTIONS:Mgtk3)
 CONFIGURE_ARGS+=       --enable-default-toolkit=cairo-gtk3
+.include "../../x11/gtk2/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 PLIST.gtk3=            yes
 .endif



Home | Main Index | Thread Index | Old Index