diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-04-19 16:11:34 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-04-19 16:11:34 +0000 |
commit | 403b56254c7516c628d86e570d944d8b9184d1ea (patch) | |
tree | 79eba8c54f26c1d5f45f4d68bb8f06ba394d1ec8 /www/nspluginwrapper | |
parent | cddedfbffc99214fb7e388700dd44031f726e965 (diff) | |
download | pkgsrc-403b56254c7516c628d86e570d944d8b9184d1ea.tar.gz |
Add support to install on NetBSD/amd64 and SUSE_COMPAT32.
Do not work yet, but that will help people to test and fix COMPAT_LINUX32.
Diffstat (limited to 'www/nspluginwrapper')
-rw-r--r-- | www/nspluginwrapper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/nspluginwrapper/Makefile b/www/nspluginwrapper/Makefile index d3513220462..5f1d6afe168 100644 --- a/www/nspluginwrapper/Makefile +++ b/www/nspluginwrapper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/03/24 20:27:42 christos Exp $ +# $NetBSD: Makefile,v 1.4 2007/04/19 16:11:34 xtraeme Exp $ # DISTNAME= nspluginwrapper-0.9.91.3 @@ -36,7 +36,7 @@ post-install: ${INSTALL_SCRIPT} ${WRKDIR}/i386/linux/npviewer ${LINUXLIBDIR} ${INSTALL_SCRIPT} ${WRKDIR}/i386/linux/npviewer.bin ${LINUXLIBDIR} -ONLY_FOR_PLATFORM= *-*-i386 +ONLY_FOR_PLATFORM= *-*-i386 *-*-x86_64 .include "../../devel/glib2/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" |