diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-09 02:59:29 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-09 02:59:29 +0800 |
commit | 6f3d5ed43ee10f21b78ed7c4c7a01cf307192e51 (patch) | |
tree | ea82d05b70514240407f2d874b076f2ca4736062 /math | |
parent | 51ac974647de6396a9895d99834fd5c7b12d3097 (diff) | |
download | freebsd-ports-gnome-6f3d5ed43ee10f21b78ed7c4c7a01cf307192e51.tar.gz freebsd-ports-gnome-6f3d5ed43ee10f21b78ed7c4c7a01cf307192e51.tar.zst freebsd-ports-gnome-6f3d5ed43ee10f21b78ed7c4c7a01cf307192e51.zip |
Allow staging as a regular user
Diffstat (limited to 'math')
-rw-r--r-- | math/levmar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/levmar/Makefile b/math/levmar/Makefile index e442bd1d7ebb..ee42f240cb1a 100644 --- a/math/levmar/Makefile +++ b/math/levmar/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE USE_LDCONFIG= yes -USES= fortran tar:tgz +USES= fortran tar:tgz uidfix OPTIONS_DEFINE= DOCS EXAMPLES PROFILE PROFILE_DESC= Build a profiling library |