aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2005-04-11 02:59:57 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2005-04-11 02:59:57 +0000
commit5f010964dae0f6f232de267ad3f27b7c85416017 (patch)
tree8aa9c940cc363f518e111e82168689fd690ad6ab
parentbce8b334d98d914a360738cd5332f1f1b0840aba (diff)
downloadports-5f010964dae0f6f232de267ad3f27b7c85416017.tar.gz
ports-5f010964dae0f6f232de267ad3f27b7c85416017.zip
Notes
-rw-r--r--devel/linux_devtools/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/linux_devtools/Makefile b/devel/linux_devtools/Makefile
index 0f7acb9f44dd..9b10874b4598 100644
--- a/devel/linux_devtools/Makefile
+++ b/devel/linux_devtools/Makefile
@@ -39,7 +39,7 @@ RESTRICTED= "binaries under GNU GPL without accompanying source"
USE_LINUX?= yes
NO_LATEST_LINK= yes
-ONLY_FOR_ARCHS= i386
+ONLY_FOR_ARCHS= i386 amd64
CONFLICTS= linux_devtools-*
DIST_SUBDIR= rpm/${ARCH}/${PORTVERSION}
PREFIX= ${LINUXBASE}
@@ -64,6 +64,11 @@ RPMDIR= ${DISTDIR}/${DIST_SUBDIR}
REMOVE_DIRS= dev tmp var/tmp
REMOVE_FILES=
+.if (${ARCH} == "amd64")
+ARCH= i386
+RPMFLAGS+= --ignorearch
+.endif
+
do-patch:
@${DO_NADA}