Date: Thu, 4 Oct 2018 14:10:39 +0000 (UTC) From: =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= <des@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481224 - head/graphics/sam2p Message-ID: <201810041410.w94EAdaG054751@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810041410.w94EAdaG054751>