diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-02-02 19:10:05 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-02-02 19:10:05 +0000 |
commit | 3622a95497c575370d93a1a5e6de2333f8177ebb (patch) | |
tree | 19cf26d4a66d842d1585d5f1923ead0825442756 /x11/imake | |
parent | 325005b73e2a0ee810a9ad2ecba1147d11f54fa8 (diff) | |
download | pkgsrc-3622a95497c575370d93a1a5e6de2333f8177ebb.tar.gz |
Revert previous commit, buildlink still is needed as pointed out
Julio Merino.
Diffstat (limited to 'x11/imake')
-rw-r--r-- | x11/imake/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/imake/Makefile b/x11/imake/Makefile index 96e65b24cdf..7ef18c6d233 100644 --- a/x11/imake/Makefile +++ b/x11/imake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/02/02 18:22:50 xtraeme Exp $ +# $NetBSD: Makefile,v 1.6 2004/02/02 19:10:05 xtraeme Exp $ DISTNAME= ${DISTFILES} PKGNAME= imake-${XF_VER} @@ -13,7 +13,7 @@ COMMENT= Imake and other utilities from XFree86 INSTALL_TARGET= install install.man -NO_BUILDLINK= # defined +USE_BUILDLINK2= yes NO_XFREE86_TARGETS= # defined .include "../../mk/bsd.prefs.mk" |