diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-01 11:45:12 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-01 11:45:12 +0800 |
commit | 186438d146a394b729a7b139b9ec68187245cbf3 (patch) | |
tree | 47a0ecc20682a7a4895cc432843a845b1c7f6905 /textproc | |
parent | 3893119e13cf8350d8a3616ebffc77669eba37fe (diff) | |
download | freebsd-ports-gnome-186438d146a394b729a7b139b9ec68187245cbf3.tar.gz freebsd-ports-gnome-186438d146a394b729a7b139b9ec68187245cbf3.tar.zst freebsd-ports-gnome-186438d146a394b729a7b139b9ec68187245cbf3.zip |
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/htmltolatex/Makefile | 2 | ||||
-rw-r--r-- | textproc/opengrm-ngram/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/textproc/htmltolatex/Makefile b/textproc/htmltolatex/Makefile index aa921f819fcb..a2d08eaa3fe1 100644 --- a/textproc/htmltolatex/Makefile +++ b/textproc/htmltolatex/Makefile @@ -14,8 +14,6 @@ COMMENT= HTML to LaTeX to PDF Converter LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/copying.txt -BROKEN_FreeBSD_9= does not build - LIB_DEPENDS= libGraphicsMagick++.so:graphics/GraphicsMagick USES= bison gmake diff --git a/textproc/opengrm-ngram/Makefile b/textproc/opengrm-ngram/Makefile index 5518ea05d9ff..a6d3e4745282 100644 --- a/textproc/opengrm-ngram/Makefile +++ b/textproc/opengrm-ngram/Makefile @@ -13,8 +13,6 @@ LICENSE= APACHE20 LIB_DEPENDS= libfst.so:math/openfst -BROKEN_FreeBSD_9= does not build - USES= compiler:c++11-lib libtool localbase USE_LDCONFIG= yes GNU_CONFIGURE= yes |