diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-11-30 15:42:24 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-11-30 15:42:24 +0000 |
commit | 8e72dda9bb329a08676935b2f25a7b03620ab4a4 (patch) | |
tree | b71b2afe2d531e1927d04f1ac49ec093e6abb636 | |
parent | b905a171a5a5cdeb74cbf9a52be3c519d0a82343 (diff) | |
download | ports-8e72dda9bb329a08676935b2f25a7b03620ab4a4.tar.gz ports-8e72dda9bb329a08676935b2f25a7b03620ab4a4.zip |
- Add amd64 to ONLY_FOR_ARCH.
PR: ports/87745
Submitted by: Simun Mikecin <numisemis@yahoo.com>
Notes
Notes:
svn path=/head/; revision=150057
-rw-r--r-- | x11-toolkits/linux-f10-openmotif/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/linux-f8-openmotif/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/linux-openmotif/Makefile | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/x11-toolkits/linux-f10-openmotif/Makefile b/x11-toolkits/linux-f10-openmotif/Makefile index 610ef74bf61c..39b1327152eb 100644 --- a/x11-toolkits/linux-f10-openmotif/Makefile +++ b/x11-toolkits/linux-f10-openmotif/Makefile @@ -11,7 +11,7 @@ CATEGORIES= x11-toolkits linux MASTER_SITES= ftp://ftp.ics.com/pub/Products/Motif/%SUBDIR%/ MASTER_SITE_SUBDIR= om2.2.4/redhat-7.3 PKGNAMEPREFIX= linux- -EXTRACT_SUFX= -0.1.${MACHINE_ARCH}.rpm +EXTRACT_SUFX= -0.1.i386.rpm DIST_SUBDIR= rpm EXTRACT_ONLY= @@ -20,12 +20,12 @@ COMMENT= Motif toolkit Linux libraries BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes USE_LINUX_PREFIX= yes USE_XLIB= yes NO_BUILD= yes -MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} +MD5_FILE= ${MASTERDIR}/distinfo.i386 EXTRACT_FILES= ./usr/X11R6/lib/libMrm.so.3.0.3 \ ./usr/X11R6/lib/libUil.so.3.0.3 \ diff --git a/x11-toolkits/linux-f8-openmotif/Makefile b/x11-toolkits/linux-f8-openmotif/Makefile index 610ef74bf61c..39b1327152eb 100644 --- a/x11-toolkits/linux-f8-openmotif/Makefile +++ b/x11-toolkits/linux-f8-openmotif/Makefile @@ -11,7 +11,7 @@ CATEGORIES= x11-toolkits linux MASTER_SITES= ftp://ftp.ics.com/pub/Products/Motif/%SUBDIR%/ MASTER_SITE_SUBDIR= om2.2.4/redhat-7.3 PKGNAMEPREFIX= linux- -EXTRACT_SUFX= -0.1.${MACHINE_ARCH}.rpm +EXTRACT_SUFX= -0.1.i386.rpm DIST_SUBDIR= rpm EXTRACT_ONLY= @@ -20,12 +20,12 @@ COMMENT= Motif toolkit Linux libraries BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes USE_LINUX_PREFIX= yes USE_XLIB= yes NO_BUILD= yes -MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} +MD5_FILE= ${MASTERDIR}/distinfo.i386 EXTRACT_FILES= ./usr/X11R6/lib/libMrm.so.3.0.3 \ ./usr/X11R6/lib/libUil.so.3.0.3 \ diff --git a/x11-toolkits/linux-openmotif/Makefile b/x11-toolkits/linux-openmotif/Makefile index 610ef74bf61c..39b1327152eb 100644 --- a/x11-toolkits/linux-openmotif/Makefile +++ b/x11-toolkits/linux-openmotif/Makefile @@ -11,7 +11,7 @@ CATEGORIES= x11-toolkits linux MASTER_SITES= ftp://ftp.ics.com/pub/Products/Motif/%SUBDIR%/ MASTER_SITE_SUBDIR= om2.2.4/redhat-7.3 PKGNAMEPREFIX= linux- -EXTRACT_SUFX= -0.1.${MACHINE_ARCH}.rpm +EXTRACT_SUFX= -0.1.i386.rpm DIST_SUBDIR= rpm EXTRACT_ONLY= @@ -20,12 +20,12 @@ COMMENT= Motif toolkit Linux libraries BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes USE_LINUX_PREFIX= yes USE_XLIB= yes NO_BUILD= yes -MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} +MD5_FILE= ${MASTERDIR}/distinfo.i386 EXTRACT_FILES= ./usr/X11R6/lib/libMrm.so.3.0.3 \ ./usr/X11R6/lib/libUil.so.3.0.3 \ |