diff options
author | obrien <obrien@FreeBSD.org> | 2004-08-30 09:15:25 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-08-30 09:15:25 +0800 |
commit | ca8363adb5d187a37a6bb223b3a536ab735aca57 (patch) | |
tree | cd6277b413e783feb97f3cd2dbaa1323456af51f /emulators | |
parent | 0f44dda154ef48851c9a140dd07e57f8a64175d8 (diff) | |
download | freebsd-ports-gnome-ca8363adb5d187a37a6bb223b3a536ab735aca57.tar.gz freebsd-ports-gnome-ca8363adb5d187a37a6bb223b3a536ab735aca57.tar.zst freebsd-ports-gnome-ca8363adb5d187a37a6bb223b3a536ab735aca57.zip |
Minor portlint nit.
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 a146c0d871c5..c3427dfeaaad 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 |