diff options
author | daichi <daichi@FreeBSD.org> | 2003-07-15 14:19:45 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-07-15 14:19:45 +0800 |
commit | 74273f22e32fc84a3e8058f4f47c6901c4e7f9a3 (patch) | |
tree | af4bada0b277a085acd33607f524762077f29f17 | |
parent | 9f7d4301dc220dccfb1b3b8e257bf5f9a5ccb5e5 (diff) | |
download | freebsd-ports-gnome-74273f22e32fc84a3e8058f4f47c6901c4e7f9a3.tar.gz freebsd-ports-gnome-74273f22e32fc84a3e8058f4f47c6901c4e7f9a3.tar.zst freebsd-ports-gnome-74273f22e32fc84a3e8058f4f47c6901c4e7f9a3.zip |
fix net/ossp-sa:
- fix bogus Makefile variable: USE_GNAKE -> USE_GMAKE
PR: 54339
Submitted by: Mark Linimon <linimon@lonesome.com>
-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 |