diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-14 18:42:04 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-14 18:42:04 +0000 |
commit | 2c6a3135268f227c2f016b08155f35b56c7fbd99 (patch) | |
tree | 3a1e4c5d813ec945366f43d48f94fa325ba0ead9 /math/ruby-gsl/Makefile | |
parent | 92158ef1a1b16aa6f359266ab3492fc06838b525 (diff) | |
download | FreeBSD-ports-2c6a3135268f227c2f016b08155f35b56c7fbd99.zip FreeBSD-ports-2c6a3135268f227c2f016b08155f35b56c7fbd99.tar.gz |
Modernize LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'math/ruby-gsl/Makefile')
-rw-r--r-- | math/ruby-gsl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/ruby-gsl/Makefile b/math/ruby-gsl/Makefile index 15d8344..61112cd 100644 --- a/math/ruby-gsl/Makefile +++ b/math/ruby-gsl/Makefile @@ -15,7 +15,7 @@ DIST_SUBDIR= ruby MAINTAINER= clsung@FreeBSD.org COMMENT= Ruby extension library for GSL (GNU Scientific Library) -LIB_DEPENDS= gsl:${PORTSDIR}/math/gsl +LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl USE_RUBY= yes USE_RUBY_SETUP= yes |