git: d91a412f81eb - main - graphics/pstoedit: Fix sed usage via gmake
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Apr 2023 16:07:40 UTC
The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=d91a412f81eb341d36ded8551b2420af0bddb00e commit d91a412f81eb341d36ded8551b2420af0bddb00e Author: Rainer Hurling <rhurlin@FreeBSD.org> AuthorDate: 2023-04-27 15:48:21 +0000 Commit: Rainer Hurling <rhurlin@FreeBSD.org> CommitDate: 2023-04-27 16:07:21 +0000 graphics/pstoedit: Fix sed usage via gmake Making all in doc latex2man -t ./pstoedit.trans -M pstoedit.1 latex2man: Expected two arguments: infile outfile. Try `latex2man -h'. *** Error code 255 While here, pet portclippy PR: 271090 --- graphics/pstoedit/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 929e37c7d756..41c223deb3e5 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -12,10 +12,10 @@ LICENSE= GPLv2+ LIB_DEPENDS= libgd.so:graphics/gd \ libzip.so:archivers/libzip -USES= ghostscript libtool localbase pathfix pkgconfig +USES= ghostscript gmake libtool localbase pathfix pkgconfig +USE_LDCONFIG= yes GNU_CONFIGURE= yes MAKE_ENV= INSTALL_STRIP_FLAG="${STRIP}" -USE_LDCONFIG= yes CPPFLAGS+= -isystem ${LOCALBASE}/include/ming