aboutsummaryrefslogtreecommitdiffstats
path: root/x11/XFree86-4
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2002-09-18 12:23:00 +0800
committeranholt <anholt@FreeBSD.org>2002-09-18 12:23:00 +0800
commit08a0451a8f0781b6ef5bd72aac38b78bca14bf88 (patch)
tree4724c1f700764622d9943f2ef10e27715b94fa53 /x11/XFree86-4
parent2c4b221c70e16155a8a161a7234cd3a2c22cfe01 (diff)
downloadfreebsd-ports-gnome-08a0451a8f0781b6ef5bd72aac38b78bca14bf88.tar.gz
freebsd-ports-gnome-08a0451a8f0781b6ef5bd72aac38b78bca14bf88.tar.zst
freebsd-ports-gnome-08a0451a8f0781b6ef5bd72aac38b78bca14bf88.zip
Update XFree86-4-* ports which share XFree86-4-libraries's patches:
- Reduce build times by not rebuilding some programs/libraries in each port. - Move some files from -clients to -libraries and from -libraries to -server. - Make package-building in XFree86-4 more intuitive PR: 41606 (package building)
Diffstat (limited to 'x11/XFree86-4')
-rw-r--r--x11/XFree86-4/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/x11/XFree86-4/Makefile b/x11/XFree86-4/Makefile
index 32d20f5fcd88..6db7345f43ad 100644
--- a/x11/XFree86-4/Makefile
+++ b/x11/XFree86-4/Makefile
@@ -37,6 +37,11 @@ FONTCYR= ${X11BASE}/lib/X11/fonts/cyrillic/crox1c.pcf.gz
FONTDEFAULT= ${X11BASE}/lib/X11/fonts/misc/cursor.pcf.gz
FONTSCALE= ${X11BASE}/lib/X11/fonts/PEX/Roman.phont
+.if make(package)
+DEPENDS_TARGET="package"
+.endif
+.undef NOCLEANDEPENDS
+
do-install: # empty
.include <bsd.port.mk>