diff options
author | obrien <obrien@FreeBSD.org> | 2004-08-30 01:15:25 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-08-30 01:15:25 +0000 |
commit | ca8363adb5d187a37a6bb223b3a536ab735aca57 (patch) | |
tree | cd6277b413e783feb97f3cd2dbaa1323456af51f /emulators/linux_base | |
parent | 0f44dda154ef48851c9a140dd07e57f8a64175d8 (diff) | |
download | FreeBSD-ports-ca8363adb5d187a37a6bb223b3a536ab735aca57.zip FreeBSD-ports-ca8363adb5d187a37a6bb223b3a536ab735aca57.tar.gz |
Minor portlint nit.
Diffstat (limited to 'emulators/linux_base')
-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 a146c0d..c3427df 100644 --- a/emulators/linux_base/Makefile +++ b/emulators/linux_base/Makefile @@ -44,7 +44,7 @@ PATCH_SITE_SUBDIR= updates/${PORTVERSION}/${LANG}/os/${MACHINE_ARCH} PATCHFILES= ${UPDATES} MAINTAINER= ports@FreeBSD.org -COMMENT= The base set of packages needed in Linux mode +COMMENT= The base set of packages needed in Linux mode BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm |