diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-04-14 21:16:42 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-04-14 21:16:42 +0000 |
commit | 7e6d9f5e56e2b11cb018164a859128ebee150a56 (patch) | |
tree | 21b725a3b65d1e33113de634702792f73c28e01b /x11/imake/Makefile | |
parent | cba29361628aef006511c334aa98ecf8e37119d2 (diff) | |
download | pkgsrc-7e6d9f5e56e2b11cb018164a859128ebee150a56.tar.gz |
Set USE_DIRS+=XFree86-1.0 instead of depending on the package directly.
Diffstat (limited to 'x11/imake/Makefile')
-rw-r--r-- | x11/imake/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/imake/Makefile b/x11/imake/Makefile index 5955a6230a9..fe61d9d41a7 100644 --- a/x11/imake/Makefile +++ b/x11/imake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/03/28 22:27:56 xtraeme Exp $ +# $NetBSD: Makefile,v 1.9 2004/04/14 21:16:42 jmmv Exp $ DISTNAME= ${DISTFILES} PKGNAME= imake-${XF_VER} @@ -10,9 +10,8 @@ MAINTAINER= xfree86@blef.org HOMEPAGE= http://www.xfree86.org/ COMMENT= Imake and other utilities from XFree86 -DEPENDS+= XFree86-dirs>=1.0:../../misc/XFree86-dirs - USE_BUILDLINK3= yes +USE_DIRS+= XFree86-1.0 INSTALL_TARGET= install install.man NO_XFREE86_TARGETS= # defined |