diff options
Diffstat (limited to 'x11/libX11/Makefile')
-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 fcd11438971f..27c487136246 100644 --- a/x11/libX11/Makefile +++ b/x11/libX11/Makefile @@ -7,6 +7,7 @@ PORTNAME= libX11 PORTVERSION= 1.3.3 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11 @@ -20,7 +21,7 @@ RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb.pc:${PORTSDIR}/x11/libxcb XORG_CAT= lib USE_XORG= bigreqsproto xau xcmiscproto xdmcp xextproto xtrans \ kbproto:both inputproto xf86bigfontproto xproto:both -USE_AUTOTOOLS= aclocal:110 autoheader:262 automake:110 autoconf:262 libtool:22 +USE_AUTOTOOLS= aclocal:110 autoheader:267 automake:110 autoconf:267 libtool:22 ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing CONFIGURE_ARGS+= --datadir=${PREFIX}/lib \ |