diff options
author | wiz <wiz@pkgsrc.org> | 2013-05-15 14:57:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-05-15 14:57:35 +0000 |
commit | ddc7633ba8e12fcdb0345e8cbd85ca5e83736ef5 (patch) | |
tree | 03a04ee3dcbc1b1583788c5ff14da427cfb939bd /print | |
parent | 8810a48d5621d216effab7cafcb3da1e01bf0e6c (diff) | |
download | pkgsrc-ddc7633ba8e12fcdb0345e8cbd85ca5e83736ef5.tar.gz |
Fix packaging bug in dbus option.
Diffstat (limited to 'print')
-rw-r--r-- | print/evince3/options.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/evince3/options.mk b/print/evince3/options.mk index a4c1b3d212c..969edd3fef6 100644 --- a/print/evince3/options.mk +++ b/print/evince3/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2013/05/11 20:47:15 riastradh Exp $ +# $NetBSD: options.mk,v 1.3 2013/05/15 14:57:35 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.evince PKG_SUPPORTED_OPTIONS= dbus djvu dvi gnome-keyring xps @@ -9,6 +9,7 @@ PKG_SUGGESTED_OPTIONS= dbus gnome-keyring PLIST_VARS+= ${PKG_SUPPORTED_OPTIONS} .if !empty(PKG_OPTIONS:Mdbus) +PLIST.dbus= yes .include "../../sysutils/dbus/buildlink3.mk" BUILDLINK_API_DEPENDS.dbus-glib+= dbus-glib>=0.70 .include "../../sysutils/dbus-glib/buildlink3.mk" |