pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/meta-pkgs/mate
Module Name: pkgsrc
Committed By: jperkin
Date: Tue Jun 27 16:16:04 UTC 2017
Modified Files:
pkgsrc/meta-pkgs/mate: Makefile
Log Message:
Re-order include, META_PACKAGE was being set after bsd.prefs.mk, which
doesn't work.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/meta-pkgs/mate/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/meta-pkgs/mate/Makefile
diff -u pkgsrc/meta-pkgs/mate/Makefile:1.4 pkgsrc/meta-pkgs/mate/Makefile:1.5
--- pkgsrc/meta-pkgs/mate/Makefile:1.4 Sun Jun 25 23:22:33 2017
+++ pkgsrc/meta-pkgs/mate/Makefile Tue Jun 27 16:16:04 2017
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/06/25 23:22:33 youri Exp $
-
-.include "../../meta-pkgs/mate/Makefile.common"
+# $NetBSD: Makefile,v 1.5 2017/06/27 16:16:04 jperkin Exp $
MAINTAINER= youri%NetBSD.org@localhost
HOMEPAGE= http://www.mate-desktop.org/
@@ -13,6 +11,8 @@ COMMENT= Meta-package for MATE desktop e
META_PACKAGE= yes
+.include "../../meta-pkgs/mate/Makefile.common"
+
DEPENDS+= atril>=${VERSION}:../../print/atril
DEPENDS+= caja>=${VERSION}:../../sysutils/caja
DEPENDS+= caja-dropbox>=${VERSION}:../../sysutils/caja-dropbox
Home |
Main Index |
Thread Index |
Old Index