diff options
author | obache <obache@pkgsrc.org> | 2012-03-08 11:24:01 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-03-08 11:24:01 +0000 |
commit | bf79b2cb666d57f77767aa9de6325acf200e8830 (patch) | |
tree | c35c7f6af48fe9651abe7950379bee10dadaff91 /www | |
parent | 15ba6bf3ec6fb4b3465fc49c4c431bcec666dbe9 (diff) | |
download | pkgsrc-bf79b2cb666d57f77767aa9de6325acf200e8830.tar.gz |
fixes PLIST for linux-x86_64.
Diffstat (limited to 'www')
-rw-r--r-- | www/opera/Makefile | 7 | ||||
-rw-r--r-- | www/opera/PLIST | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index 722f37949bf..d909564d2ec 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.92 2012/03/02 12:00:14 asau Exp $ +# $NetBSD: Makefile,v 1.93 2012/03/08 11:24:01 obache Exp $ DISTNAME= opera-${OPERA_PKG_VERSION}-${OPERA_PKG_BUILD}.${OPERA_ARCH}.${EMUL_OPSYS} PKGNAME= opera-${OPERA_PKG_VERSION:S/u/pl/} @@ -34,6 +34,8 @@ OPERA_PKG_BUILD= 1250 OPERA_PKG_VERSION= 11.61 OPERA_PKG_VERSION_DIR= 1161 +PLIST_VARS+= ia32w + .if ${EMUL_OPSYS} == "linux" EMUL_MODULES.linux= base x11 fontconfig EMUL_REQD= suse>=10.0 @@ -43,6 +45,9 @@ OPERA_OPSYS_SUBDIR= linux TOOLS_CREATE+= md5 TOOLS_SCRIPT.md5= /usr/bin/md5 -n "$$2" | { read sum file; echo $$sum; } .endif +.if ${EMUL_ARCH} == "x86_64" +PLIST.ia32w= yes +.endif .elif ${EMUL_OPSYS} == "freebsd" OPERA_ARCH.x86_64= amd64 diff --git a/www/opera/PLIST b/www/opera/PLIST index 35df05a8140..031dfccb956 100644 --- a/www/opera/PLIST +++ b/www/opera/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2012/03/02 12:00:14 asau Exp $ +@comment $NetBSD: PLIST,v 1.6 2012/03/08 11:24:01 obache Exp $ bin/opera bin/opera-widget-manager lib/opera/gstreamer/plugins/libgstoperamatroska.so @@ -9,6 +9,8 @@ lib/opera/liboperakde4.so lib/opera/opera lib/opera/operaplugincleaner lib/opera/operapluginwrapper +${PLIST.ia32w}lib/opera/operapluginwrapper-ia32-linux +${PLIST.ia32w}lib/opera/operapluginwrapper-native lib/opera/plugins/README man/man1/opera-widget-manager.1 man/man1/opera.1 |