diff options
author | trevor <trevor@FreeBSD.org> | 2004-12-31 03:46:21 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-12-31 03:46:21 +0800 |
commit | 14c48abe8e81868405443a06eaa389237c26f8e5 (patch) | |
tree | 52ef4a8f2a416609f4f925d9e05894ab42f70786 | |
parent | e7cb9479e5d5742cd6bbc29644fdf2ccfff1d512 (diff) | |
download | freebsd-ports-gnome-14c48abe8e81868405443a06eaa389237c26f8e5.tar.gz freebsd-ports-gnome-14c48abe8e81868405443a06eaa389237c26f8e5.tar.zst freebsd-ports-gnome-14c48abe8e81868405443a06eaa389237c26f8e5.zip |
Support amd64.
PR: 75594
Submitted by: Conrad J. Sabatier
-rw-r--r-- | print/acroread/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/print/acroread/Makefile b/print/acroread/Makefile index 386890aca947..d09e3919b8b6 100644 --- a/print/acroread/Makefile +++ b/print/acroread/Makefile @@ -11,16 +11,14 @@ CATEGORIES= print linux MASTER_SITES= http://download.adobe.com/pub/adobe/acrobatreader/unix/5.x/ \ ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/ .include <bsd.port.pre.mk> -.if ${ARCH} == "i386" DISTNAME= linux-5010 -.endif CONFLICTS= acroread-3* DIST_SUBDIR= acroread MAINTAINER= trevor@FreeBSD.org COMMENT= View, distribute and print PDF documents -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= amd64 i386 .if (exists(${LINUXBASE}/lib/libc-2.3.2.so)) RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libX11.so.6:${PORTSDIR}/x11/linux-XFree86-libs @@ -32,9 +30,7 @@ USE_REINPLACE= yes REINPLACE_ARGS= -i '' -E NO_FILTER_SHLIBS= yes -.if ${ARCH} == "i386" PLIST_SUB= "ARCHDIR=intellinux" -.endif WRKSRC= ${WRKDIR}/installers do-build: |