diff options
Diffstat (limited to 'misc/openoffice2-bin')
-rw-r--r-- | misc/openoffice2-bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/openoffice2-bin/Makefile b/misc/openoffice2-bin/Makefile index ad15887437d..4c109216703 100644 --- a/misc/openoffice2-bin/Makefile +++ b/misc/openoffice2-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2007/07/29 05:19:40 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2007/08/23 18:20:32 jlam Exp $ DISTNAME= openoffice2-bin # overridden below PKGNAME= openoffice2-bin-${OO_RELEASE} @@ -31,7 +31,7 @@ PLIST_SRC+= ${WRKDIR}/PLIST EMUL_PLATFORMS= linux-i386 #EMUL_PLATFORMS+= solaris-i386 solaris-sparc EMUL_MODULES.linux= compat freetype2 x11 -SUSE_VERSION_REQD= 7.3 +EMUL_REQD= suse>=7.3 EMUL_PKG_FMT= rpm RPMFILES= ${WRKSRC}/RPMS/*.rpm |