diff options
author | grant <grant@pkgsrc.org> | 2005-07-09 03:56:12 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-07-09 03:56:12 +0000 |
commit | 50768258584145c75268710c94beb7d353a012c8 (patch) | |
tree | c91b603d7ea4ee8363c7ff98edec6b6b5a8b3a0e /chat | |
parent | cbc8f8813d06b009563921c65e7f782b9d691b37 (diff) | |
download | pkgsrc-50768258584145c75268710c94beb7d353a012c8.tar.gz |
this pkg uses X, so include x11.buildlink3.mk to ensure that the
correct X distribution is used. fixes build problem observed on Linux.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/gaim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/gaim/Makefile b/chat/gaim/Makefile index 922d5388dd2..ab71685de98 100644 --- a/chat/gaim/Makefile +++ b/chat/gaim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.90 2005/07/08 09:39:47 grant Exp $ +# $NetBSD: Makefile,v 1.91 2005/07/09 03:56:12 grant Exp $ DISTNAME= gaim-1.4.0 CATEGORIES= chat x11 @@ -52,4 +52,5 @@ CONFIGURE_ARGS+= --disable-screensaver .include "../../x11/gtk2/buildlink3.mk" .include "../../x11/startup-notification/buildlink3.mk" +.include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |