From d91a412f81eb341d36ded8551b2420af0bddb00e Mon Sep 17 00:00:00 2001 From: Rainer Hurling Date: Thu, 27 Apr 2023 17:48:21 +0200 Subject: [PATCH] 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 929e37c7d7569..41c223deb3e55 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