diff options
author | asau <asau@pkgsrc.org> | 2012-09-11 23:04:15 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-09-11 23:04:15 +0000 |
commit | b0feb9f5b186a62a131121fe59db9ccdc0a844bd (patch) | |
tree | b25c2af3335af12ba6ddabd1da702cd960afaeee /math/qhull | |
parent | 7f83a9404a6462cbf7741a2b27b16584af55429c (diff) | |
download | pkgsrc-b0feb9f5b186a62a131121fe59db9ccdc0a844bd.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'math/qhull')
-rw-r--r-- | math/qhull/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/qhull/Makefile b/math/qhull/Makefile index d1f13ff4e9c..8f9b742b5ed 100644 --- a/math/qhull/Makefile +++ b/math/qhull/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2011/11/30 10:55:49 drochner Exp $ +# $NetBSD: Makefile,v 1.4 2012/09/11 23:04:33 asau Exp $ # DISTNAME= qhull-2003.1 @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.qhull.org/ COMMENT= Computing the convex hull -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LANGUAGES= c c++ USE_TOOLS+= gmake |