diff options
Diffstat (limited to 'lang/sr/Makefile')
-rw-r--r-- | lang/sr/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/sr/Makefile b/lang/sr/Makefile index 382b565804e..622b3f4e769 100644 --- a/lang/sr/Makefile +++ b/lang/sr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/04/11 21:46:16 tv Exp $ +# $NetBSD: Makefile,v 1.12 2005/06/01 18:02:59 jlam Exp $ # DISTNAME= sr233 @@ -16,10 +16,11 @@ WRKSRC= ${WRKDIR} ONLY_FOR_PLATFORM= NetBSD-[2-9]*-* -USE_X11= yes TEST_TARGET= verify +.include "../../mk/x11.buildlink3.mk" + pre-configure: ${MV} ${WRKSRC}/Configuration \ ${WRKSRC}/Configuration.template |