diff options
Diffstat (limited to 'math/dieharder/Makefile')
-rw-r--r-- | math/dieharder/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/dieharder/Makefile b/math/dieharder/Makefile index d6cd7b8624c3..70bedf6dc073 100644 --- a/math/dieharder/Makefile +++ b/math/dieharder/Makefile @@ -13,11 +13,11 @@ COMMENT= A random number generator testsuite LICENSE= GPLv2 -LIB_DEPENDS= gsl:${PORTSDIR}/math/gsl +LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl MAKE_JOBS_UNSAFE= yes -USE_DOS2UNIX= yes +USES= dos2unix GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |