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:   nia
Date:           Sun Jun  7 22:32:55 UTC 2020

Modified Files:
        pkgsrc/www/seamonkey: Makefile

Log Message:
seamonkey: use correct mozilla-common, missed commit...


To generate a diff of this commit:
cvs rdiff -u -r1.214 -r1.215 pkgsrc/www/seamonkey/Makefile

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/Makefile
diff -u pkgsrc/www/seamonkey/Makefile:1.214 pkgsrc/www/seamonkey/Makefile:1.215
--- pkgsrc/www/seamonkey/Makefile:1.214 Tue Jun  2 08:24:58 2020
+++ pkgsrc/www/seamonkey/Makefile       Sun Jun  7 22:32:55 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.214 2020/06/02 08:24:58 adam Exp $
+# $NetBSD: Makefile,v 1.215 2020/06/07 22:32:55 nia Exp $
 
 DISTNAME=      seamonkey-${SM_VER}.source
 PKGNAME=       seamonkey-${SM_VER:S/b/beta/}
@@ -27,7 +27,8 @@ GCC_REQD+=    6
 .include "../../mk/bsd.prefs.mk"
 .include "options.mk"
 # See mozilla/config/milestone.txt
-.include "../../www/firefox60/mozilla-common.mk"
+#.include "../../www/firefox60/mozilla-common.mk"
+.include "mozilla-common.mk"
 
 # Workaround to fix pixman.h detection
 CFLAGS+=       -I${BUILDLINK_PREFIX.pixman}/include/pixman-1



Home | Main Index | Thread Index | Old Index