diff options
author | avilla <avilla@FreeBSD.org> | 2010-12-16 19:21:00 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2010-12-16 19:21:00 +0800 |
commit | 5b11ff8fcc082db3fa5fb89aa06b7484a9181eef (patch) | |
tree | e44170209601ddef98610226f8aade62319988d0 | |
parent | 2894ac73e87539c0755e680b00a4972a43fd073e (diff) | |
download | freebsd-ports-graphics-5b11ff8fcc082db3fa5fb89aa06b7484a9181eef.tar.gz freebsd-ports-graphics-5b11ff8fcc082db3fa5fb89aa06b7484a9181eef.tar.zst freebsd-ports-graphics-5b11ff8fcc082db3fa5fb89aa06b7484a9181eef.zip |
- Mark MAKE_JOBS_UNSAFE. [1]
- Use bsd.port.options.mk.
- Get rid of MD5 in distinfo.
PR: ports/152895 [1]
Submitted by: amdmi3 [1]
-rw-r--r-- | graphics/pstoedit/Makefile | 5 | ||||
-rw-r--r-- | graphics/pstoedit/distinfo | 1 |
2 files changed, 3 insertions, 3 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 98fe9b15a70..c4d47423d36 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -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> diff --git a/graphics/pstoedit/distinfo b/graphics/pstoedit/distinfo index 56b8fa49cee..d1b9841a053 100644 --- a/graphics/pstoedit/distinfo +++ b/graphics/pstoedit/distinfo @@ -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 |