diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2015-03-22 10:47:26 +0000 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2015-03-22 10:47:26 +0000 |
commit | 96a96f29663be9b271239034a3255c28c60a7583 (patch) | |
tree | 0db13da65afc113d7ddf048b1f82dbcf5de3a6fd /x11 | |
parent | 9846fed37cdc0cb58568525afb260458d51b554e (diff) | |
download | ports-96a96f29663be9b271239034a3255c28c60a7583.tar.gz ports-96a96f29663be9b271239034a3255c28c60a7583.zip |
Notes
Diffstat (limited to 'x11')
-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 cdda1df86b94..a9de15231b07 100644 --- a/x11/libX11/Makefile +++ b/x11/libX11/Makefile @@ -12,12 +12,13 @@ COMMENT= X11 library LICENSE= MIT -USES= perl5 +USES= cpe perl5 XORG_CAT= lib USE_XORG= bigreqsproto xau xcmiscproto xdmcp xextproto xtrans \ kbproto:both inputproto xf86bigfontproto xproto:both \ xcb USE_PERL5= build +CPE_VENDOR= x CONFIGURE_ARGS+= --datadir=${PREFIX}/lib \ --without-xmlto \ |