pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/enlightenment



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Wed Dec 11 01:50:31 UTC 2019

Modified Files:
        pkgsrc/wm/enlightenment: Makefile options.mk

Log Message:
wm/enlightenment: make vera-ttf a suggested dependency

vera-ttf is small, so it's simpler and safer to just make it a
suggested dependency.


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 pkgsrc/wm/enlightenment/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/wm/enlightenment/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/wm/enlightenment/Makefile
diff -u pkgsrc/wm/enlightenment/Makefile:1.75 pkgsrc/wm/enlightenment/Makefile:1.76
--- pkgsrc/wm/enlightenment/Makefile:1.75       Sun Dec  8 13:26:55 2019
+++ pkgsrc/wm/enlightenment/Makefile    Wed Dec 11 01:50:31 2019
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.75 2019/12/08 13:26:55 nia Exp $
+# $NetBSD: Makefile,v 1.76 2019/12/11 01:50:31 gutteridge Exp $
 
 DISTNAME=      e16-1.0.21
 PKGNAME=       ${DISTNAME:S/e16/enlightenment/}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    x11 wm
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=enlightenment/}
 

Index: pkgsrc/wm/enlightenment/options.mk
diff -u pkgsrc/wm/enlightenment/options.mk:1.3 pkgsrc/wm/enlightenment/options.mk:1.4
--- pkgsrc/wm/enlightenment/options.mk:1.3      Sun Dec  8 13:26:55 2019
+++ pkgsrc/wm/enlightenment/options.mk  Wed Dec 11 01:50:31 2019
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2019/12/08 13:26:55 nia Exp $
+# $NetBSD: options.mk,v 1.4 2019/12/11 01:50:31 gutteridge Exp $
 
 # e16 is used here instead of enlightenment to avoid
 # potential conflict with x11/enlightenment.
@@ -7,8 +7,8 @@ PKG_OPTIONS_VAR=        PKG_OPTIONS.e16
 PKG_OPTIONS_OPTIONAL_GROUPS=   sound
 PKG_OPTIONS_GROUP.sound=       pulseaudio esound
 
-PKG_SUPPORTED_OPTIONS=         pango pulseaudio vera-ttf
-PKG_SUGGESTED_OPTIONS=         pango esound
+PKG_SUPPORTED_OPTIONS=         pango vera-ttf
+PKG_SUGGESTED_OPTIONS=         pango esound vera-ttf
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index