pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/enlightenment wm/enlightenment: make vera-ttf a sug...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6f4aeda8fa5
branches:  trunk
changeset: 345361:f6f4aeda8fa5
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Wed Dec 11 01:50:31 2019 +0000

description:
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.

diffstat:

 wm/enlightenment/Makefile   |  4 ++--
 wm/enlightenment/options.mk |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (34 lines):

diff -r 36abbd63814f -r f6f4aeda8fa5 wm/enlightenment/Makefile
--- a/wm/enlightenment/Makefile Wed Dec 11 01:45:34 2019 +0000
+++ b/wm/enlightenment/Makefile Wed Dec 11 01:50:31 2019 +0000
@@ -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/}
 
diff -r 36abbd63814f -r f6f4aeda8fa5 wm/enlightenment/options.mk
--- a/wm/enlightenment/options.mk       Wed Dec 11 01:45:34 2019 +0000
+++ b/wm/enlightenment/options.mk       Wed Dec 11 01:50:31 2019 +0000
@@ -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_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