diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-07 12:37:48 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-07 12:37:48 +0000 |
commit | 2ad92eab941d8bd35f72240b5b91c4b980c9f370 (patch) | |
tree | 4a9b0f7a86a869936906241e211d87ca2346121e /www/cherokee | |
parent | 48c300ed7fb454f7a0142586e99a5bd9dcb7b135 (diff) |
Notes
Diffstat (limited to 'www/cherokee')
-rw-r--r-- | www/cherokee/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cherokee/Makefile b/www/cherokee/Makefile index e17d4803993b..26fd50ba75c4 100644 --- a/www/cherokee/Makefile +++ b/www/cherokee/Makefile @@ -20,8 +20,8 @@ USE_RC_SUBR= cherokee SUB_FILES= pkg-install pkg-message USE_GMAKE= yes GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -pthread PORTSCOUT= limit:^1\.2\.102 |