diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2011-09-22 13:51:54 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2011-09-22 13:51:54 +0000 |
commit | 05a4bd4ab2a977a5598474f9c8df8e4e16b1b67f (patch) | |
tree | 901e0f3589c05a04638e25b8ea01f3e0f3eb594f /x11/libXi/Makefile | |
parent | abdec19d38d6f1e58e3cb18eecd96d181efdd048 (diff) |
Notes
Diffstat (limited to 'x11/libXi/Makefile')
-rw-r--r-- | x11/libXi/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile index 763c84d64d2c..d4ab0714e8ca 100644 --- a/x11/libXi/Makefile +++ b/x11/libXi/Makefile @@ -6,16 +6,20 @@ # PORTNAME= libXi -PORTVERSION= 1.3.2 +PORTVERSION= 1.4.3 PORTEPOCH= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X Input extension library +LICENSE= MIT + XORG_CAT= lib USE_XORG= xproto x11 xext xextproto inputproto:both +CONFIGURE_ARGS+=--disable-specs --without-xmlto + MAN3= XAllowDeviceEvents.3 \ XChangeDeviceControl.3 \ XChangeDeviceDontPropagateList.3 \ |