diff options
author | daichi <daichi@FreeBSD.org> | 2003-07-15 06:19:45 +0000 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-07-15 06:19:45 +0000 |
commit | 74273f22e32fc84a3e8058f4f47c6901c4e7f9a3 (patch) | |
tree | af4bada0b277a085acd33607f524762077f29f17 /net/ossp-sa | |
parent | 9f7d4301dc220dccfb1b3b8e257bf5f9a5ccb5e5 (diff) | |
download | FreeBSD-ports-74273f22e32fc84a3e8058f4f47c6901c4e7f9a3.zip FreeBSD-ports-74273f22e32fc84a3e8058f4f47c6901c4e7f9a3.tar.gz |
fix net/ossp-sa:
- fix bogus Makefile variable: USE_GNAKE -> USE_GMAKE
PR: 54339
Submitted by: Mark Linimon <linimon@lonesome.com>
Diffstat (limited to 'net/ossp-sa')
-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 62d3693..95939cd 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 |