diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 17:07:08 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 17:07:08 +0000 |
commit | 46b556be1c5e78a30a7e153cc9096e9ff3fd084a (patch) | |
tree | ec18cef613a0fc54432d428850a3c719902d7112 /x11/xfree86_xkb_xml | |
parent | fed77d64811993002799efa97b0032ef9a95edc6 (diff) | |
download | ports-46b556be1c5e78a30a7e153cc9096e9ff3fd084a.tar.gz ports-46b556be1c5e78a30a7e153cc9096e9ff3fd084a.zip |
Notes
Diffstat (limited to 'x11/xfree86_xkb_xml')
-rw-r--r-- | x11/xfree86_xkb_xml/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xfree86_xkb_xml/Makefile b/x11/xfree86_xkb_xml/Makefile index d42fc8504841..2e161dfb6f1e 100644 --- a/x11/xfree86_xkb_xml/Makefile +++ b/x11/xfree86_xkb_xml/Makefile @@ -14,11 +14,10 @@ MASTER_SITES= SF/gswitchit/OldFiles MAINTAINER= gnome@FreeBSD.org COMMENT= A little set of XML files useful for dealing with XKB rules -USES= gettext iconv +USES= gettext gmake iconv perl5 USE_XORG= x11 -USE_GMAKE= yes GNU_CONFIGURE= yes -USE_PERL5_BUILD=yes +USE_PERL5= build CONFIGURE_ARGS= --with-xkb-base=${LOCALBASE}/lib/X11/xkb CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |