diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-02-02 18:22:50 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-02-02 18:22:50 +0000 |
commit | f82f24b6731bc5fe961a0bce16a58b7a6cd94aba (patch) | |
tree | 998d9322987791ab209a3dbb30ab48acc7a002d1 /x11 | |
parent | 48220d1006c322484de6dcebbbb5f1ffc95ef831 (diff) | |
download | pkgsrc-f82f24b6731bc5fe961a0bce16a58b7a6cd94aba.tar.gz |
There's no need to use buildlink[23] here.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/imake/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/imake/Makefile b/x11/imake/Makefile index fedc3c936c5..96e65b24cdf 100644 --- a/x11/imake/Makefile +++ b/x11/imake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/02/02 14:14:45 xtraeme Exp $ +# $NetBSD: Makefile,v 1.5 2004/02/02 18:22:50 xtraeme Exp $ DISTNAME= ${DISTFILES} PKGNAME= imake-${XF_VER} @@ -11,9 +11,9 @@ MAINTAINER= xfree86@blef.org HOMEPAGE= http://www.xfree86.org/ COMMENT= Imake and other utilities from XFree86 -USE_BUILDLINK2= YES -INSTALL_TARGET= install install.man +INSTALL_TARGET= install install.man +NO_BUILDLINK= # defined NO_XFREE86_TARGETS= # defined .include "../../mk/bsd.prefs.mk" |