diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-10-17 23:14:46 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-10-17 23:14:46 +0000 |
commit | 6eb62449bed8545bd31da0283eaca42f33212069 (patch) | |
tree | a14ddb9ae2516848e1865a68cd3b43a0c8081f19 /www/libmicrohttpd | |
parent | d443cab58fb8501b5d53f7ae97394c853483f6b3 (diff) |
Notes
Diffstat (limited to 'www/libmicrohttpd')
-rw-r--r-- | www/libmicrohttpd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/libmicrohttpd/Makefile b/www/libmicrohttpd/Makefile index c7781a8bd48b..c0c761685597 100644 --- a/www/libmicrohttpd/Makefile +++ b/www/libmicrohttpd/Makefile @@ -15,6 +15,7 @@ COMMENT= C library for embedding HTTP server functionality USE_LDCONFIG= yes GNU_CONFIGURE= yes +MAKE_ARGS+= pkgconfigdir=${PREFIX}/libdata/pkgconfig PLIST_FILES= lib/libmicrohttpd.so.6 \ lib/libmicrohttpd.la \ |