mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
- Mark MAKE_JOBS_UNSAFE. [1]
- Use bsd.port.options.mk. - Get rid of MD5 in distinfo. PR: ports/152895 [1] Submitted by: amdmi3 [1]
This commit is contained in:
parent
229b6bb6c5
commit
4ae70a7feb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266424
@ -26,6 +26,7 @@ USE_GHOSTSCRIPT= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
MAN1= pstoedit.1
|
||||
|
||||
@ -34,7 +35,7 @@ CPPFLAGS= -I${LOCALBASE}/include/ming -I${LOCALBASE}/include \
|
||||
-I${LOCALBASE}/include
|
||||
LDFLAGS= -L${LOCALBASE}/lib
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITHOUT_IMAGEMAGICK)
|
||||
CONFIGURE_ARGS+= --without-magick
|
||||
@ -83,4 +84,4 @@ post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (pstoedit-3.50.tar.gz) = 97d649305ad90fab7a569154f17e0916
|
||||
SHA256 (pstoedit-3.50.tar.gz) = 22b16452d7538358f8ecdff1fec29a8b6d4da49dffec9ae436f60bd95d105711
|
||||
SIZE (pstoedit-3.50.tar.gz) = 894115
|
||||
|
Loading…
Reference in New Issue
Block a user