diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/faces/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/faces/Makefile b/mail/faces/Makefile index 96f4e26ebdd..2d26222356d 100644 --- a/mail/faces/Makefile +++ b/mail/faces/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/07/15 12:17:01 agc Exp $ +# $NetBSD: Makefile,v 1.10 1999/01/26 22:03:20 agc Exp $ # FreeBSD Id: Makefile,v 1.5 1997/11/17 18:47:53 max Exp # @@ -12,6 +12,8 @@ MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE WRKSRC= ${WRKDIR}/faces +BUILD_USES_X11= yes + post-configure: @for f in ${WRKSRC}/Makefile ${WRKSRC}/faces.h ${WRKSRC}/x11.c; do \ ${MV} $$f $$f.in; \ |