pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/R-nloptr



Module Name:    pkgsrc
Committed By:   minskim
Date:           Wed Mar  7 19:18:56 UTC 2018

Modified Files:
        pkgsrc/math/R-nloptr: Makefile

Log Message:
math/R-nloptr: Use pkg-config to set link options properly


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/R-nloptr/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/R-nloptr/Makefile
diff -u pkgsrc/math/R-nloptr/Makefile:1.1 pkgsrc/math/R-nloptr/Makefile:1.2
--- pkgsrc/math/R-nloptr/Makefile:1.1   Sun Apr 17 04:09:44 2016
+++ pkgsrc/math/R-nloptr/Makefile       Wed Mar  7 19:18:56 2018
@@ -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



Home | Main Index | Thread Index | Old Index