diff options
author | flz <flz@FreeBSD.org> | 2008-03-15 07:39:02 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2008-03-15 07:39:02 +0800 |
commit | c60425f5ba93bd320cc3a96e68eb65ed2a51bc08 (patch) | |
tree | 96aecd5f96f62504a1364101efc83eeeb8889019 | |
parent | 3a8deb4146b70bb77e4c2e2c48651e11fde6976e (diff) | |
download | freebsd-ports-gnome-c60425f5ba93bd320cc3a96e68eb65ed2a51bc08.tar.gz freebsd-ports-gnome-c60425f5ba93bd320cc3a96e68eb65ed2a51bc08.tar.zst freebsd-ports-gnome-c60425f5ba93bd320cc3a96e68eb65ed2a51bc08.zip |
Add inputproto to RUN_DEPENDS as well.
-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} |