svn commit: r481224 - head/graphics/sam2p

Dag-Erling Smørgrav des at FreeBSD.org
Thu Oct 4 14:10:40 UTC 2018


Author: des
Date: Thu Oct  4 14:10:39 2018
New Revision: 481224
URL: https://svnweb.freebsd.org/changeset/ports/481224

Log:
  Fix for good, hopefully: bash and gcc are required to build.

Modified:
  head/graphics/sam2p/Makefile

Modified: head/graphics/sam2p/Makefile
==============================================================================
--- head/graphics/sam2p/Makefile	Thu Oct  4 13:44:09 2018	(r481223)
+++ head/graphics/sam2p/Makefile	Thu Oct  4 14:10:39 2018	(r481224)
@@ -13,6 +13,7 @@ COMMENT=	Converts raster (bitmap) image formats into P
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BUILD_DEPENDS=	bash:shells/bash
 RUN_DEPENDS=	zip:archivers/zip \
 		tif22pnm:graphics/tif22pnm
 
@@ -20,9 +21,10 @@ RUN_DEPENDS=	zip:archivers/zip \
 GH_ACCOUNT=	pts
 
 USES=		ghostscript:run gmake jpeg:run perl5
+USE_GCC=	yes
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	MAKE=gmake ac_cv_path_pts_bash="${SH}"
+CONFIGURE_ENV=	ac_cv_path_pts_bash="${SH}"
 CONFIGURE_ARGS=	--enable-gif
 MAKE_ENV=	MAKE=gmake
 ALL_TARGET=	${PORTNAME}


More information about the svn-ports-all mailing list