diff options
-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" |