summaryrefslogtreecommitdiff
path: root/geography/gpsd/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-04-20 15:28:00 +0000
committerjoerg <joerg@pkgsrc.org>2006-04-20 15:28:00 +0000
commit816f7dde9886704725e12e988715f29a34c4029b (patch)
treecd5f1427647c764579ee89a3d1166debdb8ff029 /geography/gpsd/Makefile
parent6432258f8d1db6e070efc7cf7c75478ddaba78bc (diff)
downloadpkgsrc-816f7dde9886704725e12e988715f29a34c4029b.tar.gz
Fix pthread detection. Fix compilation on DragonFly.
Diffstat (limited to 'geography/gpsd/Makefile')
-rw-r--r--geography/gpsd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/geography/gpsd/Makefile b/geography/gpsd/Makefile
index 5dd1cfe380a..be060a30f4a 100644
--- a/geography/gpsd/Makefile
+++ b/geography/gpsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2006/03/02 20:05:57 drochner Exp $
+# $NetBSD: Makefile,v 1.4 2006/04/20 15:28:00 joerg Exp $
DISTNAME= gpsd-2.31
CATEGORIES= geography
@@ -14,4 +14,5 @@ USE_LIBTOOL= yes
INSTALLATION_DIRS= sbin
.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"