diff options
author | obache <obache@pkgsrc.org> | 2014-04-01 08:43:15 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-04-01 08:43:15 +0000 |
commit | 0c816f3369c8032d6a42a93e885bb67f5608d3d9 (patch) | |
tree | 1a6820f612c84273cacb5582dec21ba35646e5b9 | |
parent | 492c29a3fe3b9549486890a24c3f19ccb1346ef9 (diff) | |
download | pkgsrc-0c816f3369c8032d6a42a93e885bb67f5608d3d9.tar.gz |
dbus module is recognized by suse121 too now.
-rw-r--r-- | misc/libreoffice4-bin/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/libreoffice4-bin/Makefile b/misc/libreoffice4-bin/Makefile index 2356b37b699..7ee37fca64c 100644 --- a/misc/libreoffice4-bin/Makefile +++ b/misc/libreoffice4-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/03/30 16:43:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.7 2014/04/01 08:43:15 obache Exp $ DISTNAME= libreoffice4-bin # overridden below PKGNAME= libreoffice4-bin-${OO_RELEASE} @@ -38,9 +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 -.if !empty(SUSE_PREFER:M1[3-9].*) EMUL_MODULES.linux+= dbus dbus-glib -.endif EMUL_REQD= suse>=11.3 EMUL_PKG_FMT= rpm |