diff options
author | trevor <trevor@FreeBSD.org> | 2004-12-31 03:31:24 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-12-31 03:31:24 +0800 |
commit | a87846ae4852186668b440222f2b8c9fbfafbbe6 (patch) | |
tree | d47037ce011a159f55d645bd8f6821ac7beecfc3 /x11 | |
parent | 9969f75839b27011e7a566e1d266d8a523e6c73b (diff) | |
download | freebsd-ports-gnome-a87846ae4852186668b440222f2b8c9fbfafbbe6.tar.gz freebsd-ports-gnome-a87846ae4852186668b440222f2b8c9fbfafbbe6.tar.zst freebsd-ports-gnome-a87846ae4852186668b440222f2b8c9fbfafbbe6.zip |
Support amd64.
PR: 75646
Submitted by: Conrad J. Sabatier
Diffstat (limited to 'x11')
-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} |