diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2019-12-11 01:50:31 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2019-12-11 01:50:31 +0000 |
commit | 6e0696773ebcf46ab81689a5b9c303e80b8b363b (patch) | |
tree | 37df3dbb6e2718f32339fb8a5b4c5a1401f2c7e6 /wm/enlightenment | |
parent | d22eba8fff7c88561d608b15c08df75b33098acd (diff) | |
download | pkgsrc-6e0696773ebcf46ab81689a5b9c303e80b8b363b.tar.gz |
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 (limited to 'wm/enlightenment')
-rw-r--r-- | wm/enlightenment/Makefile | 4 | ||||
-rw-r--r-- | wm/enlightenment/options.mk | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/wm/enlightenment/Makefile b/wm/enlightenment/Makefile index a0d52bb3458..58f103c3702 100644 --- a/wm/enlightenment/Makefile +++ b/wm/enlightenment/Makefile @@ -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 --git a/wm/enlightenment/options.mk b/wm/enlightenment/options.mk index 5e3a54d4bba..75c9e0d3f12 100644 --- a/wm/enlightenment/options.mk +++ b/wm/enlightenment/options.mk @@ -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" |