diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2002-12-28 07:40:41 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2002-12-28 07:40:41 +0000 |
commit | ddd5a921a5771e8bf61f77ae234af8dea7881852 (patch) | |
tree | d368fd9ce22277c6e72bfa391faed1d410baec82 | |
parent | 648436e86b85bac9e295f56660f62edb14b5adc4 (diff) | |
download | pkgsrc-ddd5a921a5771e8bf61f77ae234af8dea7881852.tar.gz |
Add a missing dependency to Perl.
-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 f4855f06390..3a0074558d0 100644 --- a/x11/xkbset/Makefile +++ b/x11/xkbset/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/09/25 10:23:44 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 2002/12/28 07:40:41 uebayasi Exp $ # DISTNAME= xkbset-0.3 @@ -10,6 +10,7 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.math.missouri.edu/~stephen/software/#xkbset COMMENT= Manages XKB features of the X window system +USE_PERL5= build USE_X11BASE= yes REPLACE_PERL= mskacc-gui |