diff options
author | martti <martti@pkgsrc.org> | 2004-09-22 07:15:15 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2004-09-22 07:15:15 +0000 |
commit | 900b1a19724fb9217b96b728a7aebb3f3105a2d9 (patch) | |
tree | 555cf8a90bcbc1402a630ecdcab21c808431ff58 | |
parent | 15ec4f2a1f8a31a475a6ae00342694e8501bd32c (diff) | |
download | pkgsrc-900b1a19724fb9217b96b728a7aebb3f3105a2d9.tar.gz |
Include pthread.buildlink3.mk (pkg/26992 by Hiramatsu Yoshifumi)
-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" |