diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-09-23 09:14:20 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-09-23 09:14:20 +0000 |
commit | 9763e55d650dfe51a14b3b9920ee7f4d3a22ed8c (patch) | |
tree | 4dcf93cac4bc32b7c38801ce127a76f3522bcb32 /security/sfs/Makefile | |
parent | - Update to 1.8.5 (diff) |
- Add missing patch
- Fix whitspaces
Submitted by: Dave Grochowski <malus.x@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=199965
Diffstat (limited to 'security/sfs/Makefile')
-rw-r--r-- | security/sfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/sfs/Makefile b/security/sfs/Makefile index 707aae6d8ad5..544fe0e77825 100644 --- a/security/sfs/Makefile +++ b/security/sfs/Makefile @@ -28,7 +28,7 @@ CONFIGURE_ARGS+=--with-sfsuser=sfs \ --disable-uvfs \ --with-gmp=${LOCALBASE} -LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 .include <bsd.port.pre.mk> |