Unbreak if Mesa/libglut not present.

Submitted by:	maintainer
Approved by:	linimon (mentor)
This commit is contained in:
Volker Stolz 2004-04-19 07:01:00 +00:00
parent 1cb84c06e3
commit 3db5fa7144
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107540

View File

@ -17,6 +17,7 @@ COMMENT= A finite element program
LIB_DEPENDS= gtkglext:${PORTSDIR}/x11-toolkits/gtkglext:install
USE_REINPLACE= yes
USE_XLIB= yes
USE_GL= yes
GNU_CONFIGURE= yes
@ -25,4 +26,9 @@ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
MAN1= pdnmesh.1
MAN5= pdnmesh_input.5
post-patch:
.for FILE in ${DISTNAME}/src/contour.c
@${REINPLACE_CMD} -e "s/^\#include <GL\/glut.h>//g" ${WRKSRC}/${FILE}
.endfor
.include <bsd.port.mk>