diff options
author | marino <marino@FreeBSD.org> | 2016-10-09 10:58:20 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-10-09 10:58:20 +0800 |
commit | 5e1a24c6cb6b7831b982143badb8b9d1a42373f7 (patch) | |
tree | 5449fa12c7f022071b8defe919a0de8490c5cef0 /ports-mgmt | |
parent | 3aec778846463bdeb23aaa7a767d79dd61cdbce4 (diff) | |
download | freebsd-ports-gnome-5e1a24c6cb6b7831b982143badb8b9d1a42373f7.tar.gz freebsd-ports-gnome-5e1a24c6cb6b7831b982143badb8b9d1a42373f7.tar.zst freebsd-ports-gnome-5e1a24c6cb6b7831b982143badb8b9d1a42373f7.zip |
devel/adacurses: Prevent building with base ncurses headers
It turns out that the C source files were getting built with the headers
from the base ncurses. The recent update in Synth's display exposed a
resulting problem with the add chtype routines, resulting in garbled
output. Since adacurses is a static library, synth requires a revbump.
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/synth/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports-mgmt/synth/Makefile b/ports-mgmt/synth/Makefile index 9eb5034d651c..31efc3d86d5d 100644 --- a/ports-mgmt/synth/Makefile +++ b/ports-mgmt/synth/Makefile @@ -4,6 +4,7 @@ PORTNAME= synth PORTVERSION= 1.54 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= ports-mgmt MAINTAINER= marino@FreeBSD.org |