diff options
author | jlam <jlam@pkgsrc.org> | 2007-09-06 21:51:52 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-09-06 21:51:52 +0000 |
commit | df7d10dbeb6ea893cc9ee596440b17f678ac520b (patch) | |
tree | fa6905795590589ebd0b0c62593b671b65dced58 /time | |
parent | 7c7115cddaa412e231fb506211a8a0a7da88a54a (diff) | |
download | pkgsrc-df7d10dbeb6ea893cc9ee596440b17f678ac520b.tar.gz |
Convert all libnbcompat/buildlink3.mk references to inplace.mk.
Diffstat (limited to 'time')
-rw-r--r-- | time/remind/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/time/remind/Makefile b/time/remind/Makefile index a1783b8823d..43322a1a6ce 100644 --- a/time/remind/Makefile +++ b/time/remind/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/02/22 19:01:26 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2007/09/06 21:51:55 jlam Exp $ # DISTNAME= remind-03.00.24 @@ -48,9 +48,9 @@ post-install: ${PREFIX}/bin/rem2html .include "../../mk/bsd.prefs.mk" + .if !empty(LOWER_OPSYS:Mirix5*) -# needs glob.h -. include "../../pkgtools/libnbcompat/buildlink3.mk" +. include "../../pkgtools/libnbcompat/inplace.mk" # <glob.h> CPPFLAGS+= -DNBCOMPAT_GLOB_H .endif |