diff options
author | ed <ed@FreeBSD.org> | 2008-06-19 16:07:27 +0800 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2008-06-19 16:07:27 +0800 |
commit | f6d1d0db093c8e1360e3cc04c8a486c67b48f95c (patch) | |
tree | 873972fd2e599732057baa7d927aec4907c12047 /editors/beav/Makefile | |
parent | 2d6a1d95b8280d6d5da3697e6d7129b9479526e6 (diff) | |
download | freebsd-ports-gnome-f6d1d0db093c8e1360e3cc04c8a486c67b48f95c.tar.gz freebsd-ports-gnome-f6d1d0db093c8e1360e3cc04c8a486c67b48f95c.tar.zst freebsd-ports-gnome-f6d1d0db093c8e1360e3cc04c8a486c67b48f95c.zip |
Make editors/beav use termios instead of sgtty.
The editors/beav port got broken on -CURRENT by the removal of the sgtty
programming interface. Patch this port to use termios. The source code
already contained support for termios, but was mistakenly covered by
#ifdef __GLIBC__.
Approved by: philip (mentor)
Diffstat (limited to 'editors/beav/Makefile')
-rw-r--r-- | editors/beav/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/beav/Makefile b/editors/beav/Makefile index 19ef7c54a747..819898bd081c 100644 --- a/editors/beav/Makefile +++ b/editors/beav/Makefile @@ -7,6 +7,7 @@ PORTNAME= beav PORTVERSION= 1.40.18 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= ${PORTNAME}_${PORTVERSION:R}.orig |