diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-12-22 06:07:21 +0800 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-12-22 06:07:21 +0800 |
commit | df85f50a9d4c15d89e21c637afe50311ee3f0911 (patch) | |
tree | 6c3b3935b43c3896899450652313846d0bcefa60 /emulators | |
parent | 444a6c9620448de1050db94cd1b77e3afd526b3d (diff) | |
download | freebsd-ports-gnome-df85f50a9d4c15d89e21c637afe50311ee3f0911.tar.gz freebsd-ports-gnome-df85f50a9d4c15d89e21c637afe50311ee3f0911.tar.zst freebsd-ports-gnome-df85f50a9d4c15d89e21c637afe50311ee3f0911.zip |
Fix whitespace after my last commit (portlint).
Diffstat (limited to 'emulators')
-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} |