diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-12-30 19:31:24 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-12-30 19:31:24 +0000 |
commit | a8b3f2214704c028ee7ec7fb483230d64dba0be5 (patch) | |
tree | f2c3dc2622385467a28e999b94519174b6ed7829 | |
parent | The Canadian English localization is no longer available (pointyhat (diff) |
Support amd64.
PR: 75646
Submitted by: Conrad J. Sabatier
Notes
Notes:
svn path=/head/; revision=125549
-rw-r--r-- | x11/linux-XFree86-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/linux-XFree86-libs/Makefile b/x11/linux-XFree86-libs/Makefile index d652c6c54f83..15140ae435e5 100644 --- a/x11/linux-XFree86-libs/Makefile +++ b/x11/linux-XFree86-libs/Makefile @@ -25,10 +25,10 @@ BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm RUN_DEPENDS=${LINUXBASE}/lib/libc-2.3.2.so:${PORTSDIR}/emulators/linux_base-8 CONFLICTS= linux_base-6* linux_base-7* linux_base-deb* linux_base-gentoo* -MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} +MD5_FILE= ${MASTERDIR}/distinfo.i386 NO_BUILD= yes NO_FILTER_SHLIBS= yes -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= amd64 i386 PLIST= ${WRKDIR}/plist PLIST_DIRS= usr/X11R6/lib/X11 PREFIX= ${LINUXBASE} |