summaryrefslogtreecommitdiffstats
path: root/x11/xorg-clients/Makefile
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2004-08-09 21:21:18 +0000
committeranholt <anholt@FreeBSD.org>2004-08-09 21:21:18 +0000
commit7a32848198640c0ef632e79fc22e3d82dfb04a3f (patch)
treec30eef3795b7219d5cdfcd4c2474876b70ec0735 /x11/xorg-clients/Makefile
parent9394ee4ab0d23ac43d3878c896fdbf664c4d2a69 (diff)
downloadFreeBSD-ports-7a32848198640c0ef632e79fc22e3d82dfb04a3f.zip
FreeBSD-ports-7a32848198640c0ef632e79fc22e3d82dfb04a3f.tar.gz
s/BUILD_DEPENDS/RUN_DEPENDS/ for the xterm-static dependency to make sure that
xterm gets installed in the package case. Reported by: kensmith
Diffstat (limited to 'x11/xorg-clients/Makefile')
-rw-r--r--x11/xorg-clients/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xorg-clients/Makefile b/x11/xorg-clients/Makefile
index 049a4e3..1e45cc5 100644
--- a/x11/xorg-clients/Makefile
+++ b/x11/xorg-clients/Makefile
@@ -17,7 +17,7 @@ DISTFILES= X11R6.7.0-src1.tar.gz \
MAINTAINER= x11@FreeBSD.org
COMMENT= X client programs and related files from X.Org
-BUILD_DEPENDS= xterm-static:${PORTSDIR}/x11/xterm
+RUN_DEPENDS= xterm-static:${PORTSDIR}/x11/xterm
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
Xft.2:${PORTSDIR}/x11-fonts/libXft
OpenPOWER on IntegriCloud