diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-04 12:53:54 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-04 12:53:54 +0000 |
commit | 02e9fe1085296558e9f51bc55eed7d50eca54973 (patch) | |
tree | d39ab7f370249c047539d4bdb4a5f46c925cd45c /x11/libX11 | |
parent | 27047b2c43660af0d0a04d3fdde7fb4fe612137c (diff) |
Notes
Diffstat (limited to 'x11/libX11')
-rw-r--r-- | x11/libX11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile index a810c2fcb0ac..95b07bc581c6 100644 --- a/x11/libX11/Makefile +++ b/x11/libX11/Makefile @@ -11,11 +11,12 @@ COMMENT= X11 library LICENSE= MIT +USES= perl5 XORG_CAT= lib USE_XORG= bigreqsproto xau xcmiscproto xdmcp xextproto xtrans \ kbproto:both inputproto xf86bigfontproto xproto:both \ xcb -USE_PERL5_BUILD=yes +USE_PERL5= build CONFIGURE_ARGS+= --datadir=${PREFIX}/lib \ --without-xmlto \ |