diff options
author | anholt <anholt@FreeBSD.org> | 2002-07-15 04:26:33 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2002-07-15 04:26:33 +0800 |
commit | 5096ecbaddf6e667e6440d3b278a941a9bdbba08 (patch) | |
tree | 590861705e9e97ee0bdfc3c32c53468bc37ab493 /x11-servers/XFree86-4-VirtualFramebufferServer/Makefile | |
parent | 72b0c45fd6ba2667664f3155ad979614841d6d9c (diff) | |
download | freebsd-ports-gnome-5096ecbaddf6e667e6440d3b278a941a9bdbba08.tar.gz freebsd-ports-gnome-5096ecbaddf6e667e6440d3b278a941a9bdbba08.tar.zst freebsd-ports-gnome-5096ecbaddf6e667e6440d3b278a941a9bdbba08.zip |
Take over maintainership of XFree86-4 ports. Add patches to fix libGLU on
-current, fix the DRI with Wine, update the config files for the X ports, and
fix many of them to allow continuing of the X build after interruption (it
used to clean and rebuild).
Approved by: will, des (mentor)
Diffstat (limited to 'x11-servers/XFree86-4-VirtualFramebufferServer/Makefile')
-rw-r--r-- | x11-servers/XFree86-4-VirtualFramebufferServer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile b/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile index e439640af901..e5bf29b32052 100644 --- a/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile +++ b/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile @@ -19,7 +19,7 @@ DISTFILES= X${PORTVERSION:S/.//g}src-1.tgz Wraphelp.c:wrap EXTRACT_ONLY= X${PORTVERSION:S/.//g}src-1.tgz IGNOREFILES= Wraphelp.c -MAINTAINER= taguchi@tohoku.iij.ad.jp +MAINTAINER= anholt@freebsd.org RUN_DEPENDS= ${FONT}:${PORTSDIR}/x11-fonts/XFree86-4-fontDefaultBitmaps @@ -40,5 +40,6 @@ HasXdmAuth?= YES do-configure: cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure + @cd ${WRKSRC}; ${MAKE} FreeBSDPortsConfigure .include <bsd.port.mk> |