Skip to content

Commit

Permalink
graphics/pstoedit: Fix sed usage via gmake
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rhurlin committed Apr 27, 2023
1 parent df4c79f commit d91a412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graphics/pstoedit/Makefile
Expand Up @@ -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

Expand Down

0 comments on commit d91a412

Please sign in to comment.