diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-10-03 16:41:35 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-10-03 16:41:35 +0000 |
commit | f9f781293fe4f1f33db9b17f4051c6e1a52f1d91 (patch) | |
tree | 9e01257648296a3d0c5ff6838ebd4ea516c0b447 /graphics/sam2p/Makefile | |
parent | dc8d48b842dccba7f8cc866e483d6d3d0b1a73ca (diff) | |
download | ports-f9f781293fe4f1f33db9b17f4051c6e1a52f1d91.tar.gz ports-f9f781293fe4f1f33db9b17f4051c6e1a52f1d91.zip |
Notes
Diffstat (limited to 'graphics/sam2p/Makefile')
-rw-r--r-- | graphics/sam2p/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/sam2p/Makefile b/graphics/sam2p/Makefile index 53ac5ff6151e..a1c467640214 100644 --- a/graphics/sam2p/Makefile +++ b/graphics/sam2p/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sam2p -PORTVERSION= 0.49.3 +PORTVERSION= 0.49.4 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/v${PORTVERSION}/ @@ -22,8 +22,9 @@ GH_ACCOUNT= pts USES= ghostscript:run gmake jpeg:run perl5 USE_PERL5= build GNU_CONFIGURE= yes -CONFIGURE_ENV= ac_cv_path_pts_bash="${SH}" +CONFIGURE_ENV= MAKE=gmake ac_cv_path_pts_bash="${SH}" CONFIGURE_ARGS= --enable-gif +MAKE_ENV= MAKE=gmake ALL_TARGET= ${PORTNAME} PORTDOCS= * |