diff options
author | jlam <jlam@pkgsrc.org> | 2007-08-22 14:49:21 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-08-22 14:49:21 +0000 |
commit | ee8ef2f817ec638e239940b915f59807538373a7 (patch) | |
tree | be8706dbbe1b644004343f09c127794f1992e6df /www/opera | |
parent | 3961b685a71975f9a5d3ff20e99792f2246c43ac (diff) | |
download | pkgsrc-ee8ef2f817ec638e239940b915f59807538373a7.tar.gz |
Don't bother stating that we need COMPAT_LINUX, as the packages we
depend upon to supply the Linux shared libraries already tell the user
this. The JDK packages also depend on the corresponding JRE package,
so they don't need to show the same message -- keep the message with
the JRE packages instead.
Diffstat (limited to 'www/opera')
-rw-r--r-- | www/opera/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index 4ef75cefb51..5b095766ae6 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 2007/08/07 21:37:24 jlam Exp $ +# $NetBSD: Makefile,v 1.72 2007/08/22 14:49:25 jlam Exp $ DISTNAME= opera-${OPERA_PKG_VERSION:S/u/pl/} PKGREVISION= 1 @@ -23,6 +23,7 @@ EMUL_PLATFORMS+= solaris-sparc EMUL_MODULES.linux= x11 SUSE_VERSION_REQD= 7.3 +SOLARIS_VERSION_REQD= 8 USE_LANGUAGES= # empty BUILD_DIRS= # empty @@ -83,7 +84,6 @@ OWN_DIRS= ${PREFIX}/share/opera/plugins .elif ${EMUL_PLATFORM} == "solaris-sparc" ONLY_FOR_PLATFORM+= SunOS-*-sparc* EXTRACT_SUFX= .tar.bz2 -SOLARIS_VERSION_REQD= 8 OPERA_ARCH= -sol8-sparc OPERA_DIR= unix/solaris/${OPERA_PKG_VERSION_DIR}/final/${OPERA_LANG}/sparc/static OPERA_DIST_VERSION= ${OPERA_PKG_VERSION:C/u.*//}-${OPERA_VER_DATE}.1-static-qt |