diff options
author | martti <martti> | 2004-09-22 07:15:15 +0000 |
---|---|---|
committer | martti <martti> | 2004-09-22 07:15:15 +0000 |
commit | 27169f68cdeda56e6e36c80d2834577dcf929748 (patch) | |
tree | 555cf8a90bcbc1402a630ecdcab21c808431ff58 /x11/xfce4-panel | |
parent | 321d22d7176cb67dbbc291d1a66755ad0d1b9d0e (diff) | |
download | pkgsrc-27169f68cdeda56e6e36c80d2834577dcf929748.tar.gz |
Include pthread.buildlink3.mk (pkg/26992 by Hiramatsu Yoshifumi)
Diffstat (limited to 'x11/xfce4-panel')
-rw-r--r-- | x11/xfce4-panel/Makefile | 6 |
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" |