aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-opengl
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2012-05-05 17:46:41 +0000
committerAlex Kozlov <ak@FreeBSD.org>2012-05-05 17:46:41 +0000
commitb247d02a7dba83e1c2c83d88125f8a0f09f0a232 (patch)
treeeca76f63a42077da1e4bd7f138cd72fd31525634 /graphics/py-opengl
parent84ba858fd121bcdba0027f2014645b08aaf58197 (diff)
downloadports-b247d02a7dba83e1c2c83d88125f8a0f09f0a232.tar.gz
ports-b247d02a7dba83e1c2c83d88125f8a0f09f0a232.zip
Notes
Diffstat (limited to 'graphics/py-opengl')
-rw-r--r--graphics/py-opengl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-opengl/Makefile b/graphics/py-opengl/Makefile
index 746f3b0be93a..12e25407f3f9 100644
--- a/graphics/py-opengl/Makefile
+++ b/graphics/py-opengl/Makefile
@@ -29,6 +29,8 @@ USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= PyOpenGL
PYDISTUTILS_PKGVERSION= ${PORTVERSION:S/.b/b/}
+USE_DOS2UNIX= yes
+
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_TKINTER)
@@ -37,7 +39,6 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkint
.endif
post-patch:
- @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e "s| ||"
@${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} -e \
's|<malloc\.h>|<stdlib.h>|g'
@${FIND} ${WRKSRC} -name "*.bak" -delete