diff options
Diffstat (limited to 'x11/xrx')
-rw-r--r-- | x11/xrx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xrx/Makefile b/x11/xrx/Makefile index db83c048f313..7c8a3907493a 100644 --- a/x11/xrx/Makefile +++ b/x11/xrx/Makefile @@ -2,6 +2,7 @@ PORTNAME= xrx PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -9,8 +10,8 @@ COMMENT= RX helper program XORG_CAT= app USE_XORG= x11 xt xext xtrans xproxymngproto xau xaw ice +USES= libtool USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool post-patch: @${REINPLACE_CMD} -e 's|mozilla-plugin|disabled-libxul-plugin|g' \ |