diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2009-12-07 18:02:19 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2009-12-07 18:02:19 +0000 |
commit | c0ef7b3caaeb03a9d2c720317b3eb797835c274c (patch) | |
tree | b533edcf92e40316407ccd33ecfbf7d66728e381 /www/nspluginwrapper | |
parent | 7930becaf65e7c4aa47947be156af0ded3c42408 (diff) | |
download | ports-c0ef7b3caaeb03a9d2c720317b3eb797835c274c.tar.gz ports-c0ef7b3caaeb03a9d2c720317b3eb797835c274c.zip |
Notes
Diffstat (limited to 'www/nspluginwrapper')
-rw-r--r-- | www/nspluginwrapper/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/nspluginwrapper/Makefile b/www/nspluginwrapper/Makefile index 2cc5a6b047f6..c49c7414edc2 100644 --- a/www/nspluginwrapper/Makefile +++ b/www/nspluginwrapper/Makefile @@ -19,6 +19,8 @@ COMMENT= A compatibility plugin for Netscape 4 (NPAPI) plugins EXTRACT_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl +CONFLICTS= nspluginwrapper-1.3.* + RPMFILE= ${PORTNAME}-i386-${PORTVERSION}-1.x86_64.rpm ONLY_FOR_ARCHS= i386 amd64 |