diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-10-24 00:34:43 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-10-24 00:34:43 +0800 |
commit | 6c373a1f387b830d1a9945d418d77667b1596540 (patch) | |
tree | 6cc56fc8997a9b33f3a2e326fc1a9a97affe375c /print | |
parent | 98e04346696446ae4b62efe3a28e3096b839f758 (diff) | |
download | freebsd-ports-gnome-6c373a1f387b830d1a9945d418d77667b1596540.tar.gz freebsd-ports-gnome-6c373a1f387b830d1a9945d418d77667b1596540.tar.zst freebsd-ports-gnome-6c373a1f387b830d1a9945d418d77667b1596540.zip |
Expand FreeBSD 12 conditionals to include 13.0-CURRENT
Diffstat (limited to 'print')
-rw-r--r-- | print/pdftk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/pdftk/Makefile b/print/pdftk/Makefile index 84cb73435671..d49e35e454c8 100644 --- a/print/pdftk/Makefile +++ b/print/pdftk/Makefile @@ -14,6 +14,7 @@ COMMENT= Simple tool for doing everyday things with PDF documents LICENSE= GPLv2 BROKEN_FreeBSD_12= gcj6: internal compiler error: Segmentation fault (program ecj1) +BROKEN_FreeBSD_13= gcj6: internal compiler error: Segmentation fault (program ecj1) # Get GCC version suffix without the dot in USE_GCC CSUFF= ${_USE_GCC:S/.//} |