diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-02-29 13:52:25 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-02-29 13:52:25 +0000 |
commit | 189176da457b1acb98c4e900344e93d17d7f5132 (patch) | |
tree | de4b497765bd9d857bb5b3fc835dcdf35f92755b /www/linuxpluginwrapper/Makefile | |
parent | b9bb9d05b9c8b2ec66a5eab0b112bc1b5db5cd7f (diff) | |
download | ports-189176da457b1acb98c4e900344e93d17d7f5132.tar.gz ports-189176da457b1acb98c4e900344e93d17d7f5132.zip |
Notes
Diffstat (limited to 'www/linuxpluginwrapper/Makefile')
-rw-r--r-- | www/linuxpluginwrapper/Makefile | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/www/linuxpluginwrapper/Makefile b/www/linuxpluginwrapper/Makefile index e7fb90e5b01c..a6bdba56e5ec 100644 --- a/www/linuxpluginwrapper/Makefile +++ b/www/linuxpluginwrapper/Makefile @@ -6,11 +6,11 @@ # PORTNAME= linuxpluginwrapper -PORTVERSION= 20040208 +PORTVERSION= 20040229 PORTREVISION= 1 CATEGORIES= www linux -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://people.FreeBSD.org/~nork/distfiles/ +MASTER_SITES= http://people.FreeBSD.org/~nork/distfiles/ \ + ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= nork MAINTAINER= nork@FreeBSD.org @@ -18,7 +18,6 @@ COMMENT= A wrapper allowing use of linux-plugins with native applications .include <bsd.port.pre.mk> -LIB_DEPENDS= lthread.${LTHREAD_MAJOR}:${PORTSDIR}/devel/linuxthreads RUN_DEPENDS= ${LOCALBASE}/Acrobat5/Browsers/intellinux/nppdf.so:${PORTSDIR}/print/acroread5 \ ${LOCALBASE}/lib/linux-flashplugin6/libflashplayer.so:${PORTSDIR}/www/linux-flashplugin6 @@ -30,16 +29,6 @@ USE_REINPLACE= yes PKGMESSAGE= ${WRKDIR}/pkg-message CONFLICTS= flashpluginwrapper-* -.if ${OSVERSION} >= 500035 && defined(LINUXTHREADS_WRAP_API) -LTHREAD_MAJOR= 5 -.elif ${OSVERSION} >= 500035 -LTHREAD_MAJOR= 3 -.elif ${OSVERSION} < 500035 && defined(LINUXTHREADS_WRAP_API) -LTHREAD_MAJOR= 4 -.elif ${OSVERSION} < 500035 -LTHREAD_MAJOR= 2 -.endif - .if ${OSVERSION} >= 500000 LIBMAPCONF= ${WRKSRC}/misc/libmap.conf-FreeBSD5.x .else |