diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-04 05:07:17 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-04 05:07:17 +0800 |
commit | a3893ca7b7a6dbe27d71538a7272894a041a57cb (patch) | |
tree | cdbc504d12ee8db825712bef5ec2e47a54174d4a /math/slatec | |
parent | d716fe9348500252fa2e618cf65ef2ce05630fba (diff) | |
download | freebsd-ports-gnome-a3893ca7b7a6dbe27d71538a7272894a041a57cb.tar.gz freebsd-ports-gnome-a3893ca7b7a6dbe27d71538a7272894a041a57cb.tar.zst freebsd-ports-gnome-a3893ca7b7a6dbe27d71538a7272894a041a57cb.zip |
Allow staging as a regular user
Diffstat (limited to 'math/slatec')
-rw-r--r-- | math/slatec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/slatec/Makefile b/math/slatec/Makefile index eddf721018ee..78bf315438cc 100644 --- a/math/slatec/Makefile +++ b/math/slatec/Makefile @@ -17,7 +17,7 @@ EXTRACT_ONLY= slatec_src.tgz slatec_chk.tgz MAINTAINER= ports@FreeBSD.org COMMENT= SLATEC Common Mathematical Library -USES= fortran +USES= fortran uidfix USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/src SHLIB_MAJOR= 1 |