diff options
Diffstat (limited to 'x11/xkbset/Makefile')
-rw-r--r-- | x11/xkbset/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xkbset/Makefile b/x11/xkbset/Makefile index 9d8e7933e50..ad52fe53def 100644 --- a/x11/xkbset/Makefile +++ b/x11/xkbset/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 22:56:58 grant Exp $ +# $NetBSD: Makefile,v 1.5 2004/05/23 20:58:42 danw Exp $ # DISTNAME= xkbset-0.3 @@ -12,6 +12,7 @@ COMMENT= Manages XKB features of the X window system USE_PERL5= build USE_X11BASE= yes +USE_BUILDLINK3= yes REPLACE_PERL= mskacc-gui .include "../../mk/bsd.pkg.mk" |