summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2010-01-28 19:13:07 +0000
committerAlberto Villa <avilla@FreeBSD.org>2010-01-28 19:13:07 +0000
commited2b82a8e5c672b810c23569f1e7afbfac548cf4 (patch)
tree3bee56d00da99c9ecb05d1aaad2f5e8b1375e553 /graphics
parent- update to 3.20 (diff)
- Cleanup after latest commit. While I'm here, fix a typo.
Approved by: tabthorpe (mentor)
Notes
Notes: svn path=/head/; revision=248762
Diffstat (limited to 'graphics')
-rw-r--r--graphics/opengtl/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/opengtl/Makefile b/graphics/opengtl/Makefile
index 15d7a962ffb6..110642885fbf 100644
--- a/graphics/opengtl/Makefile
+++ b/graphics/opengtl/Makefile
@@ -23,10 +23,8 @@ USE_CMAKE= yes
USE_LDCONFIG= yes
CMAKE_USE_PTHREAD= yes
-.include <bsd.port.pre.mk>
-
post-patch:
-#disable layex doc, it not ready yer
+# disable latex doc, it's not ready yet
${REINPLACE_CMD} -e '/add_subdirectory.*doc/d' \
${PATCH_WRKSRC}/OpenShiva/CMakeLists.txt
@@ -41,4 +39,4 @@ pre-configure:
${REINPLACE_CMD} -e 's|(int) pthread_self|(unsigned long long) pthread_self|' \
${PATCH_WRKSRC}/OpenGTL/GTLCore/MemoryManager_p.cpp
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>