diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2003-02-05 21:58:05 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2003-02-05 21:58:05 +0000 |
commit | 11bfa8c024ebbdef8d729226910d067121aad361 (patch) | |
tree | 7d2e8bd0e33979fe22fff338dc652ebc7584cd42 /x11/xkbd | |
parent | fd5c4eb9b632c03f8fe48b7161089ea212bcfecc (diff) | |
download | pkgsrc-11bfa8c024ebbdef8d729226910d067121aad361.tar.gz |
add missing include of graphics/xpm/buildlink2.mk file
Diffstat (limited to 'x11/xkbd')
-rw-r--r-- | x11/xkbd/Makefile | 3 |
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" |