diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2008-03-14 23:39:02 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2008-03-14 23:39:02 +0000 |
commit | de3e5fac411dfadc3ee0b7ec70ab09caf799bfe8 (patch) | |
tree | 06e700739ea25f6ad59d5ab84704cb0ec8058b42 /x11 | |
parent | - Fix plist (diff) |
Add inputproto to RUN_DEPENDS as well.
Notes
Notes:
svn path=/head/; revision=209097
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXtst/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/libXtst/Makefile b/x11/libXtst/Makefile index b597d6b5bf14..278468302ce7 100644 --- a/x11/libXtst/Makefile +++ b/x11/libXtst/Makefile @@ -7,13 +7,14 @@ PORTNAME= libXtst PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X Test extension XORG_CAT= lib -USE_XORG= x11 xext recordproto:both xextproto inputproto +USE_XORG= x11 xext recordproto:both xextproto inputproto:both USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |