View | Details | Raw Unified | Return to bug 75594
Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 11-17 Link Here
11
MASTER_SITES=	http://download.adobe.com/pub/adobe/acrobatreader/unix/5.x/ \
11
MASTER_SITES=	http://download.adobe.com/pub/adobe/acrobatreader/unix/5.x/ \
12
		ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/
12
		ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/
13
.include <bsd.port.pre.mk>
13
.include <bsd.port.pre.mk>
14
.if ${ARCH} == "i386"
14
.if ${ARCH} == "i386" || ${ARCH} == "amd64"
15
DISTNAME=	linux-5010
15
DISTNAME=	linux-5010
16
.endif
16
.endif
17
CONFLICTS=	acroread-3*
17
CONFLICTS=	acroread-3*
Lines 20-26 Link Here
20
MAINTAINER=	trevor@FreeBSD.org
20
MAINTAINER=	trevor@FreeBSD.org
21
COMMENT=	View, distribute and print PDF documents
21
COMMENT=	View, distribute and print PDF documents
22
22
23
ONLY_FOR_ARCHS=	i386
23
ONLY_FOR_ARCHS=	i386 amd64
24
24
25
.if (exists(${LINUXBASE}/lib/libc-2.3.2.so))
25
.if (exists(${LINUXBASE}/lib/libc-2.3.2.so))
26
RUN_DEPENDS+=	${LINUXBASE}/usr/X11R6/lib/libX11.so.6:${PORTSDIR}/x11/linux-XFree86-libs
26
RUN_DEPENDS+=	${LINUXBASE}/usr/X11R6/lib/libX11.so.6:${PORTSDIR}/x11/linux-XFree86-libs
Lines 32-38 Link Here
32
REINPLACE_ARGS=	-i '' -E
32
REINPLACE_ARGS=	-i '' -E
33
NO_FILTER_SHLIBS=	yes
33
NO_FILTER_SHLIBS=	yes
34
34
35
.if ${ARCH} == "i386"
35
.if ${ARCH} == "i386" || ${ARCH} == "amd64"
36
PLIST_SUB=	"ARCHDIR=intellinux"
36
PLIST_SUB=	"ARCHDIR=intellinux"
37
.endif
37
.endif
38
WRKSRC=		${WRKDIR}/installers
38
WRKSRC=		${WRKDIR}/installers

Return to bug 75594