pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/seamonkey



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Jul 11 14:44:28 UTC 2017

Modified Files:
        pkgsrc/www/seamonkey: options.mk

Log Message:
Fix gtk3 option build

Reported by Thomas Mueller. Thank you.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/www/seamonkey/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/seamonkey/options.mk
diff -u pkgsrc/www/seamonkey/options.mk:1.36 pkgsrc/www/seamonkey/options.mk:1.37
--- pkgsrc/www/seamonkey/options.mk:1.36        Tue Feb 14 14:09:28 2017
+++ pkgsrc/www/seamonkey/options.mk     Tue Jul 11 14:44:28 2017
@@ -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 @@ CONFIGURE_ARGS+=      --enable-default-toolki
 
 .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