diff options
author | snj <snj@pkgsrc.org> | 2004-04-26 05:20:57 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-26 05:20:57 +0000 |
commit | fbc8ada34395ff1fcbbe7cfe4f09f44f808964ff (patch) | |
tree | 95d57f1dbf25a366d5cc880c79b796705c1f34fc /misc | |
parent | 4416befa38a71f2f44e54d31ed3f2ddd4ed484d5 (diff) | |
download | pkgsrc-fbc8ada34395ff1fcbbe7cfe4f09f44f808964ff.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnome-pim/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/gnome-pim/Makefile b/misc/gnome-pim/Makefile index cea40ea98c2..407f6198855 100644 --- a/misc/gnome-pim/Makefile +++ b/misc/gnome-pim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2004/04/14 16:15:25 jmmv Exp $ +# $NetBSD: Makefile,v 1.48 2004/04/26 05:22:32 snj Exp $ DISTNAME= gnome-pim-1.4.6 PKGREVISION= 7 @@ -11,7 +11,7 @@ COMMENT= Personal Information Manager for GNOME BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_DIRS+= gnome1-1.5 USE_PKGLOCALEDIR= YES USE_GNU_TOOLS+= make @@ -24,6 +24,6 @@ CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV+= LOCALEDIR=${PKGLOCALEDIR} CONFIGURE_ARGS+= --with-pisock=${LOCALBASE} -.include "../../comms/gnome-pilot/buildlink2.mk" -.include "../../x11/gnome-core/buildlink2.mk" +.include "../../comms/gnome-pilot/buildlink3.mk" +.include "../../x11/gnome-core/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |