summaryrefslogtreecommitdiff
path: root/x11/XFree86-4
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2002-09-18 04:23:00 +0000
committerEric Anholt <anholt@FreeBSD.org>2002-09-18 04:23:00 +0000
commit372f7910fbb9bf67f402b842b342b3a398e76348 (patch)
tree14f36036dbdec2be2cdc787f068586f08782f92b /x11/XFree86-4
parentremove bogus dependence to bash1 (diff)
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)
Notes
Notes: svn path=/head/; revision=66552
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>