aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2004-08-10 05:21:18 +0800
committeranholt <anholt@FreeBSD.org>2004-08-10 05:21:18 +0800
commit7a32848198640c0ef632e79fc22e3d82dfb04a3f (patch)
treec30eef3795b7219d5cdfcd4c2474876b70ec0735 /x11
parent9394ee4ab0d23ac43d3878c896fdbf664c4d2a69 (diff)
downloadfreebsd-ports-gnome-7a32848198640c0ef632e79fc22e3d82dfb04a3f.tar.gz
freebsd-ports-gnome-7a32848198640c0ef632e79fc22e3d82dfb04a3f.tar.zst
freebsd-ports-gnome-7a32848198640c0ef632e79fc22e3d82dfb04a3f.zip
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')
-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 049a4e331e3c..1e45cc59cd67 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