1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Support stage

USE_GMAKE -> USES=gmake
This commit is contained in:
Baptiste Daroussin 2014-01-25 21:25:09 +00:00
parent a913eeb546
commit 8410919504
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341110

View File

@ -8,13 +8,12 @@ MASTER_SITES= http://www.kraxel.org/releases/libpcd/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A library for reading PhotoCD images
COMMENT= Library for reading PhotoCD images
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
USE_GMAKE= yes
MAKEFILE= ${WRKSRC}/GNUmakefile
USES= gmake
MAKEFILE= GNUmakefile
USE_LDCONFIG= yes
NO_STAGE= yes
.include <bsd.port.mk>