diff options
author | shattered <shattered@pkgsrc.org> | 2011-06-26 14:27:14 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2011-06-26 14:27:14 +0000 |
commit | 4b346470205dfd44fab4d745de4b606fd309d8ec (patch) | |
tree | 54ac631b230c41e4ecef560127b9a1321a21cfa8 /net/unison/options.mk | |
parent | 23f7e458b55e90dff612f18e132a19c0702b4268 (diff) | |
download | pkgsrc-4b346470205dfd44fab4d745de4b606fd309d8ec.tar.gz |
PR/37465: optionally depend on fonts/font-schumacher-misc (untested)
Diffstat (limited to 'net/unison/options.mk')
-rw-r--r-- | net/unison/options.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/unison/options.mk b/net/unison/options.mk index b7b08024f49..7474a939860 100644 --- a/net/unison/options.mk +++ b/net/unison/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2007/09/21 13:04:13 wiz Exp $ +# $NetBSD: options.mk,v 1.3 2011/06/26 14:27:14 shattered Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.unison PKG_SUPPORTED_OPTIONS= lablgtk @@ -7,6 +7,7 @@ PKG_SUPPORTED_OPTIONS= lablgtk .if !empty(PKG_OPTIONS:Mlablgtk) MAKE_FLAGS+= UISTYLE=gtk2 +DEPENDS+= font-schumacher-misc>=1.0:../../fonts/font-schumacher-misc .include "../../x11/lablgtk/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .else |