diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-15 06:19:45 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-15 06:19:45 +0000 |
commit | 891e49f94f3b12b844d4df5c3ad32fd7f96f3f60 (patch) | |
tree | 9ecf4031f44735999d7a41448bc3583657151fa1 /net | |
parent | 35b6b229d39d1d4b35af80a9024586ea4d53c299 (diff) |
fix net/ossp-sa:
- fix bogus Makefile variable: USE_GNAKE -> USE_GMAKE
PR: 54339
Submitted by: Mark Linimon <linimon@lonesome.com>
Notes
Notes:
svn path=/head/; revision=84904
Diffstat (limited to 'net')
-rw-r--r-- | net/ossp-sa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ossp-sa/Makefile b/net/ossp-sa/Makefile index 62d36935b236..95939cde8e14 100644 --- a/net/ossp-sa/Makefile +++ b/net/ossp-sa/Makefile @@ -18,7 +18,7 @@ PKGNAMEPREFIX= ossp- MAINTAINER= ports@FreeBSD.org COMMENT= An abstraction library for the Unix socket API -USE_GNAKE= yes +USE_GMAKE= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes |