* Fix typo introduced in previous commit.

* Add local workaround for supporting only linux_base and linux_base-8.

PR:		ports/60752
Reviewed by:	Submitter
This commit is contained in:
Clive Lin 2004-08-15 17:32:03 +00:00
parent b4e9557656
commit 2b8b774e75
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116290

View File

@ -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