diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-10-04 14:10:39 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-10-04 14:10:39 +0000 |
commit | 75ec941c4e919157d4dc0af6e6916757b8766619 (patch) | |
tree | 38635536af2ddfef864604d85339000481656010 | |
parent | 8f3d972d7348893e8c7eea0cac4cb83f1e471961 (diff) |
Notes
-rw-r--r-- | graphics/sam2p/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/sam2p/Makefile b/graphics/sam2p/Makefile index a1c467640214..be76d8750397 100644 --- a/graphics/sam2p/Makefile +++ b/graphics/sam2p/Makefile @@ -13,6 +13,7 @@ COMMENT= Converts raster (bitmap) image formats into PS or PDF files 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} |