diff options
author | clive <clive@FreeBSD.org> | 2004-08-15 13:43:51 +0800 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2004-08-15 13:43:51 +0800 |
commit | 3e46f5f5dac94e0b7d0840562e82cea2f8a03dfc (patch) | |
tree | aa3bccbda1c5b04e3a35101d9234eaabb087338f | |
parent | f516f494e6162e5b4eeb00842a483ff5bd111bc1 (diff) | |
download | freebsd-ports-gnome-3e46f5f5dac94e0b7d0840562e82cea2f8a03dfc.tar.gz freebsd-ports-gnome-3e46f5f5dac94e0b7d0840562e82cea2f8a03dfc.tar.zst freebsd-ports-gnome-3e46f5f5dac94e0b7d0840562e82cea2f8a03dfc.zip |
Add missing dependency.
PR: ports/60752
Submitted by: Rong-En Fan <rafan at infor dot org>
Noted by: dougb
-rw-r--r-- | print/acroread5/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile index 4304943acb4c..cb9f25c85cc3 100644 --- a/print/acroread5/Makefile +++ b/print/acroread5/Makefile @@ -20,6 +20,8 @@ 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 USE_LINUX= yes |