aboutsummaryrefslogtreecommitdiff
path: root/sysutils/kfloppy
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-09-30 13:12:51 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-09-30 13:12:51 +0000
commit3d1a27e9305d196e1eab75ce101e25045f915a38 (patch)
tree2efada23532d794d9fe18e277596eb732cededfe /sysutils/kfloppy
parent451cb57f7da745ce9c8b137df16b60fcf4e3c202 (diff)
downloadports-3d1a27e9305d196e1eab75ce101e25045f915a38.tar.gz
ports-3d1a27e9305d196e1eab75ce101e25045f915a38.zip
Notes
Diffstat (limited to 'sysutils/kfloppy')
-rw-r--r--sysutils/kfloppy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/kfloppy/Makefile b/sysutils/kfloppy/Makefile
index 5e1bc54866db..e6b19aed20dd 100644
--- a/sysutils/kfloppy/Makefile
+++ b/sysutils/kfloppy/Makefile
@@ -28,8 +28,8 @@ USE_REINPLACE= yes
INSTALLS_SHLIB= yes
LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
-#klaptop doesn't like alpha because alpha doesn't support apm
-.if ${MACHINE_ARCH} == "alpha"
+#klaptop doesn't like alpha and ia64 because they don't support apm
+.if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "ia64")
WITHOUT_KLAPTOP =yes
.endif # ${MACHINE_ARCH} == "alpha"