diff options
author | pav <pav@FreeBSD.org> | 2007-12-20 06:18:20 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-12-20 06:18:20 +0800 |
commit | d83810f5a23853a95a0cc07df3c484a699e228a3 (patch) | |
tree | 108c16313c3ab748987b56d6c5e27b3f07eec96f | |
parent | 145bece1dc41e29f695ff2d130a9296aaeadf421 (diff) | |
download | freebsd-ports-gnome-d83810f5a23853a95a0cc07df3c484a699e228a3.tar.gz freebsd-ports-gnome-d83810f5a23853a95a0cc07df3c484a699e228a3.tar.zst freebsd-ports-gnome-d83810f5a23853a95a0cc07df3c484a699e228a3.zip |
- Typo fix
-rw-r--r-- | comms/acfax/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/acfax/Makefile b/comms/acfax/Makefile index a196687f0e8a..e4fb5a78cb88 100644 --- a/comms/acfax/Makefile +++ b/comms/acfax/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.funet.fi/pub/ham/unix/Linux/misc/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/^0.//} MAINTAINER= ports@FreeBSD.org -COMMENT= Recieve faxes using sound card and radio +COMMENT= Receive faxes using sound card and radio LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d |