diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-24 02:05:32 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-24 02:05:32 +0000 |
commit | 32fa703784959cee51aceb4794d95076cb105689 (patch) | |
tree | d35e1de107fbe77cf6ef3f08aedee88ecaac634d /www/linuxpluginwrapper | |
parent | faf32866abd8e598b345d2d177f5273f6815de24 (diff) |
Notes
Diffstat (limited to 'www/linuxpluginwrapper')
-rw-r--r-- | www/linuxpluginwrapper/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/linuxpluginwrapper/Makefile b/www/linuxpluginwrapper/Makefile index 47c490ff6b0d..57d5115ff631 100644 --- a/www/linuxpluginwrapper/Makefile +++ b/www/linuxpluginwrapper/Makefile @@ -21,7 +21,7 @@ COMMENT= A wrapper allowing use of linux-plugins with native applications .if !defined(WITHOUT_PLUGINS) RUN_DEPENDS= ${LOCALBASE}/lib/linux-flashplugin6/libflashplayer.so:${PORTSDIR}/www/linux-flashplugin6 .if ${OSVERSION} >= 500000 -RUN_DEPENDS+= ${LOCALBASE}/Acrobat5/Browsers/intellinux/nppdf.so:${PORTSDIR}/print/acroread5 +RUN_DEPENDS+= ${LOCALBASE}/Acrobat5/Browsers/intellinux/nppdf.so:${PORTSDIR}/print/acroread .else USE_MOTIF= yes .endif |