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 | e2744b67b24f4391e087cecf39282ca032f7bf71 (patch) | |
tree | 21b725a3b65d1e33113de634702792f73c28e01b /x11 | |
parent | 9b7d6bfb4634ce6b4ae9771f24a0537d31f5295e (diff) | |
download | pkgsrc-e2744b67b24f4391e087cecf39282ca032f7bf71.tar.gz |
Set USE_DIRS+=XFree86-1.0 instead of depending on the package directly.
Diffstat (limited to 'x11')
-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 |