diff options
author | krion <krion@FreeBSD.org> | 2003-10-26 19:08:44 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-26 19:08:44 +0800 |
commit | 2ffc773b1a3e2b1017d6b6b811c387b974209337 (patch) | |
tree | 3cdb5be2fba1d654b3c6b8ae3ed47cccb1ca18e4 /graphics/pstoedit/Makefile | |
parent | 2ef5e10dda4518938539ca3a1f5a9a73f16b9df2 (diff) | |
download | freebsd-ports-gnome-2ffc773b1a3e2b1017d6b6b811c387b974209337.tar.gz freebsd-ports-gnome-2ffc773b1a3e2b1017d6b6b811c387b974209337.tar.zst freebsd-ports-gnome-2ffc773b1a3e2b1017d6b6b811c387b974209337.zip |
- Fix build on 5.x
- Pet portlint
PR: 58543 58064
Submitted by: Fritz Heinrichmeyer, Larry Rosenman
Diffstat (limited to 'graphics/pstoedit/Makefile')
-rw-r--r-- | graphics/pstoedit/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index f6660e64a897..e55620250df4 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -28,6 +28,7 @@ RUN_DEPENDS= gs:${PORTSDIR}/${GSPORT} USE_GNOME= gnometarget pkgconfig USE_LIBTOOL= yes +USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes @@ -45,6 +46,9 @@ pre-everything:: @${ECHO_MSG} "" .endif +post-patch: + @${REINPLACE_CMD} -e 's|-pedantic||g' ${WRKSRC}/configure + post-install: ${INSTALL_MAN} ${WRKSRC}/doc/pstoedit.1 ${MANPREFIX}/man/man1 .if !defined(NOPORTDOCS) |