summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ham/tlf/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/ham/tlf/Makefile b/ham/tlf/Makefile
index aec729be5b6..985bf0ca013 100644
--- a/ham/tlf/Makefile
+++ b/ham/tlf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/10/03 00:14:59 tv Exp $
+# $NetBSD: Makefile,v 1.3 2004/10/09 16:59:18 kristerw Exp $
#
DISTNAME= tlf-0.9.20
@@ -15,6 +15,7 @@ USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
GNU_CONFIGURE= yes
BUILD_USES_MSGFMT=yes
+PTHREAD_OPTS+= require
CONFIGURE_ARGS= --enable-hamlib
@@ -23,10 +24,11 @@ post-patch:
.include "../../mk/bsd.prefs.mk"
-LIBS+= ${LIBOSSAUDIO}
+LIBS+= ${LIBOSSAUDIO}
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/ossaudio.buildlink3.mk"
.include "../../ham/hamlib/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"