summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2003-02-05 21:58:05 +0000
committerdmcmahill <dmcmahill>2003-02-05 21:58:05 +0000
commit4cc565ba3cc6b84c38ecc97cc5d9a1002f62c5e4 (patch)
tree7d2e8bd0e33979fe22fff338dc652ebc7584cd42 /x11
parent17b0faaa8a56b6bfbdfd5e8bf6f235bb00b53c63 (diff)
downloadpkgsrc-4cc565ba3cc6b84c38ecc97cc5d9a1002f62c5e4.tar.gz
add missing include of graphics/xpm/buildlink2.mk file
Diffstat (limited to 'x11')
-rw-r--r--x11/xkbd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xkbd/Makefile b/x11/xkbd/Makefile
index 9b429d80455..14372ff8e6a 100644
--- a/x11/xkbd/Makefile
+++ b/x11/xkbd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/01/10 17:49:15 tsarna Exp $
+# $NetBSD: Makefile,v 1.3 2003/02/05 21:58:05 dmcmahill Exp $
#
DISTNAME= xkbd-0.8.5
@@ -15,4 +15,5 @@ USE_BUILDLINK2= YES
USE_X11= YES
GNU_CONFIGURE= YES
+.include "../../graphics/xpm/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"