diff options
Diffstat (limited to 'x11/xfree86_xkb_xml/Makefile')
-rw-r--r-- | x11/xfree86_xkb_xml/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11/xfree86_xkb_xml/Makefile b/x11/xfree86_xkb_xml/Makefile index 2e161dfb6f1e..f2c0e62101e6 100644 --- a/x11/xfree86_xkb_xml/Makefile +++ b/x11/xfree86_xkb_xml/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xfree86_xkb_xml -# Date created: 31 May 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xfree86_xkb_xml PORTVERSION= 0.4 @@ -22,4 +18,5 @@ CONFIGURE_ARGS= --with-xkb-base=${LOCALBASE}/lib/X11/xkb CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.mk> |