diff options
-rw-r--r-- | emulators/linux_base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile index 9ea16e649958..05e5c5c26fab 100644 --- a/emulators/linux_base/Makefile +++ b/emulators/linux_base/Makefile @@ -49,7 +49,7 @@ COMMENT= The base set of packages needed in Linux mode BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm CONFLICTS= linux_base-6* linux_base-8* linux_base-deb* linux_base-gen* \ - linux_base-rh* linux_base-suse* + linux_base-rh* linux_base-suse* ONLY_FOR_ARCHS= alpha i386 DIST_SUBDIR= rpm PREFIX= ${LINUXBASE} |