summaryrefslogtreecommitdiff
path: root/math/cgal
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-27 18:41:11 +0000
committerwiz <wiz@pkgsrc.org>2014-01-27 18:41:11 +0000
commita8ce86997e0153e277ba6f540fddb593c3f19f44 (patch)
tree5a670e83731c045a6a2cd732ed95c0208be6f15a /math/cgal
parentd3a768ef59085720a0f42c43102737c59d39abd9 (diff)
downloadpkgsrc-a8ce86997e0153e277ba6f540fddb593c3f19f44.tar.gz
Do not set FETCH_USING, should not be set in a package Makefile.
Diffstat (limited to 'math/cgal')
-rw-r--r--math/cgal/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/math/cgal/Makefile b/math/cgal/Makefile
index d66076baa64..5e290a01e26 100644
--- a/math/cgal/Makefile
+++ b/math/cgal/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2013/11/20 20:04:35 adam Exp $
-#
+# $NetBSD: Makefile,v 1.21 2014/01/27 18:41:13 wiz Exp $
PKGNAME= cgal-3.9
DISTNAME= CGAL-3.9
@@ -12,8 +11,6 @@ HOMEPAGE= http://www.cgal.org/
COMMENT= Computational Geometry Algorithms Library
LICENSE= gnu-lgpl-v3
-FETCH_USING= curl
-
USE_CMAKE= yes
USE_LANGUAGES= c c++