diff options
author | anholt <anholt@FreeBSD.org> | 2002-09-18 12:23:00 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2002-09-18 12:23:00 +0800 |
commit | 08a0451a8f0781b6ef5bd72aac38b78bca14bf88 (patch) | |
tree | 4724c1f700764622d9943f2ef10e27715b94fa53 /x11/XFree86-4 | |
parent | 2c4b221c70e16155a8a161a7234cd3a2c22cfe01 (diff) | |
download | freebsd-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/Makefile | 5 |
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> |