diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-04 16:51:57 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-04 16:51:57 +0000 |
commit | 3554136526f2b47b76bb5bb1046c1c8263dc65d1 (patch) | |
tree | 51d2e8193b82fe8733f08c7520528ab587d31fd2 /devel/gnustep-make | |
parent | 3c9a1210320fd49b159c65d368cc2a0013ccb076 (diff) | |
download | pkgsrc-3554136526f2b47b76bb5bb1046c1c8263dc65d1.tar.gz |
Don't use the clang bl3.mk file, it will go away soon. Change to DEPENDS.
XXX this still looks wrong
Diffstat (limited to 'devel/gnustep-make')
-rw-r--r-- | devel/gnustep-make/gnustep.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gnustep-make/gnustep.mk b/devel/gnustep-make/gnustep.mk index e5cb6c6e118..8a3b9c1ee62 100644 --- a/devel/gnustep-make/gnustep.mk +++ b/devel/gnustep-make/gnustep.mk @@ -1,4 +1,4 @@ -# $NetBSD: gnustep.mk,v 1.24 2014/07/28 09:26:20 jperkin Exp $ +# $NetBSD: gnustep.mk,v 1.25 2015/03/04 16:51:57 tnn Exp $ .if !defined(GNUSTEP_MK) GNUSTEP_MK= #defined @@ -12,7 +12,7 @@ PKG_SUPPORTED_OPTIONS+= fragile PKGSRC_COMPILER= clang ONLY_FOR_COMPILER= clang BUILDLINK_API_DEPENDS.clang+= clang>=3.1 -.include "../../lang/clang/buildlink3.mk" +DEPENDS+= clang-[0-9]*:../../lang/clang .endif GNUSTEP_SUBDIR= share/GNUstep |