diff options
author | minskim <minskim@pkgsrc.org> | 2018-03-07 19:18:56 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2018-03-07 19:18:56 +0000 |
commit | e6363b389b93cb903bf4f7b1dcfdbee6e16c7126 (patch) | |
tree | 7d3c1cee5f5401b1ae3e1e41d9fe8bc0c2921d52 /math | |
parent | ce15ca0feefebe30473225bdd7472897aed1f4a9 (diff) | |
download | pkgsrc-e6363b389b93cb903bf4f7b1dcfdbee6e16c7126.tar.gz |
math/R-nloptr: Use pkg-config to set link options properly
Diffstat (limited to 'math')
-rw-r--r-- | math/R-nloptr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/R-nloptr/Makefile b/math/R-nloptr/Makefile index 5c70c943ad3..4fe46cba784 100644 --- a/math/R-nloptr/Makefile +++ b/math/R-nloptr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/04/17 04:09:44 wen Exp $ +# $NetBSD: Makefile,v 1.2 2018/03/07 19:18:56 minskim Exp $ # CATEGORIES= math @@ -13,6 +13,7 @@ R_PKGNAME= nloptr R_PKGVER= 1.0.4 USE_LANGUAGES= c c++ +USE_TOOLS+= pkg-config SUBST_CLASSES+= conf SUBST_STAGE.conf= post-patch |