diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-04-26 14:36:05 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-04-26 14:36:05 +0000 |
commit | 9c80cba5cc36b0e94a10eafab69fdfde736b5f79 (patch) | |
tree | d20f160ec206aa1c8e30b21db269b97715ab7abe | |
parent | Fix typo (diff) |
- Remove bogus variable
Approved by: gnome (kwm)
Notes
Notes:
svn path=/head/; revision=316616
-rw-r--r-- | net/opal3/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/opal3/Makefile b/net/opal3/Makefile index 0df6da08f4da..61cfcdab6a7f 100644 --- a/net/opal3/Makefile +++ b/net/opal3/Makefile @@ -25,7 +25,6 @@ USE_BZIP2= yes USE_GMAKE= yes USES= pathfix GNU_CONFIGURE= yes -USE_SLD= yes USE_LDCONFIG= yes #MAKE_JOBS_SAFE= yes |