aboutsummaryrefslogtreecommitdiffstats
path: root/databases/dbconnect/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/dbconnect/Makefile')
-rw-r--r--databases/dbconnect/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/dbconnect/Makefile b/databases/dbconnect/Makefile
index 3f5d8638a00c..ec44e4aeeff6 100644
--- a/databases/dbconnect/Makefile
+++ b/databases/dbconnect/Makefile
@@ -16,8 +16,8 @@ GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf
USE_LDCONFIG= yes
-CXXFLAGS+= ${PTHREAD_CFLAGS} -fPIC -DFREEBSD
-LDFLAG+= ${PTHREAD_LIBS}
+CXXFLAGS+= -fPIC -DFREEBSD
+LDFLAG+= -lpthread
OPTIONS_DEFINE= MYSQL PGSQL
OPTIONS_DEFAULT= MYSQL