diff options
author | des <des@FreeBSD.org> | 2004-09-07 10:38:47 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2004-09-07 10:38:47 +0000 |
commit | adeb0671f782c69a119139e76f0955a227e71c3e (patch) | |
tree | c261a7564eed929847a1795680f7cd71aeea1b6e /astro/gpsdrive/Makefile | |
parent | 2ecbe6007085b702de4245e8de4f5d897fcbeb0c (diff) | |
download | FreeBSD-ports-adeb0671f782c69a119139e76f0955a227e71c3e.zip FreeBSD-ports-adeb0671f782c69a119139e76f0955a227e71c3e.tar.gz |
Add a hackaround to allow gpsdrive to use serial devices on FreeBSD. The
original code is a non-portable Linuxism; this patch changes it to a non-
portable FreeBSDism. A more elaborate and portable patch will be submitted
to the author.
Approved by: portmgr (krion), maintainer
Diffstat (limited to 'astro/gpsdrive/Makefile')
-rw-r--r-- | astro/gpsdrive/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/gpsdrive/Makefile b/astro/gpsdrive/Makefile index 886f6c3..b8a385d2 100644 --- a/astro/gpsdrive/Makefile +++ b/astro/gpsdrive/Makefile @@ -7,6 +7,7 @@ PORTNAME= gpsdrive PORTVERSION= 2.09 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= http://www.gpsdrive.cc/ \ http://www.gpsdrive.oc512.us/ \ |