diff options
author | Clive Lin <clive@FreeBSD.org> | 2004-08-15 17:32:03 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2004-08-15 17:32:03 +0000 |
commit | 2b8b774e75597759535dece89c577ba0c1a9e639 (patch) | |
tree | edcfe161d7de07cb5a1ad8906a9af7395d3d67dc /print/acroread5 | |
parent | b4e955765646ee97efa8a8fe4ee2ea524f531876 (diff) | |
download | ports-2b8b774e75597759535dece89c577ba0c1a9e639.tar.gz ports-2b8b774e75597759535dece89c577ba0c1a9e639.zip |
Notes
Diffstat (limited to 'print/acroread5')
-rw-r--r-- | print/acroread5/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile index cb9f25c85cc3..0f281112c450 100644 --- a/print/acroread5/Makefile +++ b/print/acroread5/Makefile @@ -20,11 +20,14 @@ DIST_SUBDIR= acroread MAINTAINER= trevor@FreeBSD.org COMMENT= View, distribute and print PDF documents -RUN_DEPENS= ${LINUXBASE}/usr/X11R6/lib/libX11.so.6:${PORTSDIR}/x11/linux-XFree86-libs - ONLY_FOR_ARCHS= i386 +.if (exists(${LINUXBASE}/lib/libc-2.3.2.so)) +RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libX11.so.6:${PORTSDIR}/x11/linux-XFree86-libs +.else USE_LINUX= yes +.endif + USE_REINPLACE= yes REINPLACE_ARGS= -i '' -E NO_FILTER_SHLIBS= yes |