diff options
author | obache <obache@pkgsrc.org> | 2014-01-22 12:40:53 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-01-22 12:40:53 +0000 |
commit | c7178e2ed05d78462864b8dd0e442389033077bb (patch) | |
tree | 420db66491b79b5f0ec5db7ee59d4d8d59f4018c /misc | |
parent | 4a721cff6184e13e21a83723ac775849140eb2ec (diff) | |
download | pkgsrc-c7178e2ed05d78462864b8dd0e442389033077bb.tar.gz |
require dbus and dbus-glib linux module.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libreoffice4-bin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/libreoffice4-bin/Makefile b/misc/libreoffice4-bin/Makefile index 17994762454..bfcb4778bec 100644 --- a/misc/libreoffice4-bin/Makefile +++ b/misc/libreoffice4-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2013/11/01 12:59:39 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2014/01/22 12:40:53 obache Exp $ DISTNAME= libreoffice4-bin # overridden below PKGNAME= libreoffice4-bin-${OO_RELEASE} @@ -38,6 +38,7 @@ PLIST_SRC+= ${PKGDIR}/PLIST.dirs EMUL_PLATFORMS= linux-i386 linux-x86_64 #EMUL_PLATFORMS+= solaris-i386 solaris-sparc EMUL_MODULES.linux= freetype2 x11 locale png fontconfig cups gtk2 krb5 +EMUL_MODULES.linux+= dbus dbus-glib EMUL_REQD= suse>=11.3 EMUL_PKG_FMT= rpm |