diff options
author | hselasky <hselasky@FreeBSD.org> | 2014-08-17 06:28:57 +0000 |
---|---|---|
committer | hselasky <hselasky@FreeBSD.org> | 2014-08-17 06:28:57 +0000 |
commit | 9bd03869ff37c33e97817d979b3c3039fde1520d (patch) | |
tree | 7406dcc1be5db42a775b05696fda4807dfbbcc63 | |
parent | 2eb50613ce2628a3b249c25cdf432f25da3638a4 (diff) | |
download | FreeBSD-src-9bd03869ff37c33e97817d979b3c3039fde1520d.zip FreeBSD-src-9bd03869ff37c33e97817d979b3c3039fde1520d.tar.gz |
Add missing DPADD to Makefile.
PR: 192733
-rw-r--r-- | lib/libcuse/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libcuse/Makefile b/lib/libcuse/Makefile index 6269cbe..2d1ded5 100644 --- a/lib/libcuse/Makefile +++ b/lib/libcuse/Makefile @@ -36,6 +36,7 @@ CFLAGS+= -D_GNU_SOURCE CFLAGS+= -g CFLAGS+= -DHAVE_DEBUG .endif +DPADD+= ${LIBPTHREAD} LDADD+= ${PTHREAD_LIBS} MLINKS= |