diff options
author | Koop Mast <kwm@FreeBSD.org> | 2016-08-25 20:46:10 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2016-08-25 20:46:10 +0000 |
commit | 8c8ff11be09503a19f8d869073ac36c2921180e4 (patch) | |
tree | ee5244ba96d54da0c984db800b83cfaf33d997d9 /textproc/highlight/Makefile | |
parent | b1c02ff9598e70c6e31b958153117a3895425585 (diff) |
Notes
Diffstat (limited to 'textproc/highlight/Makefile')
-rw-r--r-- | textproc/highlight/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/highlight/Makefile b/textproc/highlight/Makefile index d1c6825233cb..1e4eed082d40 100644 --- a/textproc/highlight/Makefile +++ b/textproc/highlight/Makefile @@ -1,9 +1,10 @@ # Created by: Adam Weinberger <adamw@FreeBSD.org> # $FreeBSD$ +# 3.29+ needs to_string() which gcc48 (for 9.3-R) doesn't provide PORTNAME= highlight -PORTVERSION= 3.31 -PORTEPOCH= 2 +PORTVERSION= 3.29 +PORTEPOCH= 3 CATEGORIES= textproc MASTER_SITES= http://www.andre-simon.de/zip/ |