diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-01-04 15:59:33 +0800 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-01-04 15:59:33 +0800 |
commit | 9d6d4a6c3e3e6c34406925247ecd0cef856ae00b (patch) | |
tree | 8c4fb3517d0faa16a7209192ac21027ae8096937 /editors | |
parent | 5ade23673af4dd2cf6f98be6dd46d5f88892c2d3 (diff) | |
download | freebsd-ports-gnome-9d6d4a6c3e3e6c34406925247ecd0cef856ae00b.tar.gz freebsd-ports-gnome-9d6d4a6c3e3e6c34406925247ecd0cef856ae00b.tar.zst freebsd-ports-gnome-9d6d4a6c3e3e6c34406925247ecd0cef856ae00b.zip |
Remove devel/gperf31 as devel/gperf has been updated to 3.1
Suggested by: jbeich, bapt
Diffstat (limited to 'editors')
-rw-r--r-- | editors/libreoffice/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 9bbcc25c29ef..2f86d8d37067 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ ${LOCALBASE}/include/sqlext.h:databases/unixODBC \ cppunit-config:devel/cppunit \ dmake:devel/dmake \ - gperf31>=3.1:devel/gperf31 \ + gperf>=3.1:devel/gperf \ mdds>=1.4:devel/mdds \ ucpp:devel/ucpp \ ${LOCALBASE}/include/sane/sane.h:graphics/sane-backends \ @@ -270,7 +270,6 @@ CONFIGURE_ARGS= --disable-dependency-tracking \ CONFIGURE_ENV= DMAKE=${LOCALBASE}/bin/dmake \ FLEX=${LOCALBASE}/bin/flex \ GNUTAR="${TAR}" \ - GPERF=${LOCALBASE}/bin/gperf31 \ ICU_CFLAGS="`icu-config --cflags`" \ ICU_LIBS="`icu-config --ldflags`" \ OPENCOLLADA_CFLAGS="${COLLADA_CFLAGS}" \ |