- fix build with gmake

Reported by:	naddy
This commit is contained in:
Dirk Meyer 2011-03-13 20:36:04 +00:00
parent 8b15435b30
commit 860ab5b911
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270819

View file

@ -29,4 +29,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}
USE_GNUSTEP_MAKE_DIRS+= . gui/Finger gui/GFractal gui/HostAddress gui/MyGL
MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT}
post-patch:
${REINPLACE_CMD} -e 's|^//|#|' \
${WRKSRC}/gui/GFractal/GNUmakefile
.include <bsd.port.mk>