diff options
author | xtraeme <xtraeme> | 2004-02-02 18:22:50 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-02-02 18:22:50 +0000 |
commit | 2b3cd0255e9b7aad42a1300112a4be5b3111c187 (patch) | |
tree | 998d9322987791ab209a3dbb30ab48acc7a002d1 /x11/imake | |
parent | 854bc2ad18b93b48b8923116df5b58190cf178c7 (diff) | |
download | pkgsrc-2b3cd0255e9b7aad42a1300112a4be5b3111c187.tar.gz |
There's no need to use buildlink[23] here.
Diffstat (limited to 'x11/imake')
-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" |