summaryrefslogtreecommitdiff
path: root/x11/xfce4-panel
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2004-09-22 07:15:15 +0000
committermartti <martti@pkgsrc.org>2004-09-22 07:15:15 +0000
commit74d6172bfb56cacfa6825c2fb7507abff07f924a (patch)
tree555cf8a90bcbc1402a630ecdcab21c808431ff58 /x11/xfce4-panel
parent7b309fe286a92af76b1d3dbbca95c022a2290842 (diff)
downloadpkgsrc-74d6172bfb56cacfa6825c2fb7507abff07f924a.tar.gz
Include pthread.buildlink3.mk (pkg/26992 by Hiramatsu Yoshifumi)
Diffstat (limited to 'x11/xfce4-panel')
-rw-r--r--x11/xfce4-panel/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/xfce4-panel/Makefile b/x11/xfce4-panel/Makefile
index 927a8adc4a8..ba9b554cc95 100644
--- a/x11/xfce4-panel/Makefile
+++ b/x11/xfce4-panel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/03/10 11:53:37 xtraeme Exp $
+# $NetBSD: Makefile,v 1.10 2004/09/22 07:15:15 martti Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
@@ -8,7 +8,11 @@ COMMENT= XFce4 panel
PKGCONFIG_OVERRIDE= panel/xfce4-panel-1.0.pc.in
+CFLAGS+= ${PTHREAD_CFLAGS}
+LIBS+= ${PTHREAD_LDFLAGS}
+
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/xfce4-mcs-plugins/buildlink3.mk"
.include "../../x11/startup-notification/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"