diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-08 18:59:29 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-08 18:59:29 +0000 |
commit | cf118408ba82aa4ae617fe4be2a42df4c1012f34 (patch) | |
tree | ea82d05b70514240407f2d874b076f2ca4736062 /math/levmar | |
parent | 1c9a101b358b7e1898b483efbf598897f8264231 (diff) | |
download | ports-cf118408ba82aa4ae617fe4be2a42df4c1012f34.tar.gz ports-cf118408ba82aa4ae617fe4be2a42df4c1012f34.zip |
Allow staging as a regular user
Notes
Notes:
svn path=/head/; revision=367673
Diffstat (limited to 'math/levmar')
-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 |