diff options
Diffstat (limited to 'x11/xorg-imake/Makefile')
-rw-r--r-- | x11/xorg-imake/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/xorg-imake/Makefile b/x11/xorg-imake/Makefile index ef56d249dd4..0347c3fa7d1 100644 --- a/x11/xorg-imake/Makefile +++ b/x11/xorg-imake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/09/13 22:51:42 reed Exp $ +# $NetBSD: Makefile,v 1.22 2005/12/05 20:51:20 rillig Exp $ DISTNAME= ${DISTFILES} PKGNAME= xorg-imake-${XORG_VER} @@ -38,7 +38,6 @@ post-extract: .for F in ${SYSTEMS} @${MV} ${WRKSRC}/config/cf/${F}.cf ${WRKSRC}/config/cf/${F}.cf.in .endfor -.undef F @${SED} -e "s|CONFIGDIRSPEC|-I${X11ROOT}/lib/X11/config|" \ ${WRKSRC}/config/util/xmkmf.cpp > \ ${WRKSRC}/config/util/xmkmf.cpp.orig @@ -54,7 +53,6 @@ pre-configure: -e "s|@@DARWIN_USE_QUARTZ@@|${DARWIN_USE_QUARTZ}|g" \ ${WRKSRC}/config/cf/${F}.cf.in > ${WRKSRC}/config/cf/${F}.cf .endfor -.undef F @( \ ${ECHO} "#define XORG_VERSION_MAJOR 6"; \ ${ECHO} "#define XORG_VERSION_MINOR 8"; \ |