diff options
author | snj <snj@pkgsrc.org> | 2004-04-26 05:51:57 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-26 05:51:57 +0000 |
commit | 9c13c869368b4fc34ceb3fe7a12be64c000cf750 (patch) | |
tree | 39f2ac4a9e2c6a79ecb0a34d4def31808c47da7c /x11/gnome-applets | |
parent | 1af15ccde02962d7686c0ebb6fd33299e60574b8 (diff) | |
download | pkgsrc-9c13c869368b4fc34ceb3fe7a12be64c000cf750.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'x11/gnome-applets')
-rw-r--r-- | x11/gnome-applets/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index 7174209b45e..6863177969a 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2004/04/14 19:30:23 jmmv Exp $ +# $NetBSD: Makefile,v 1.42 2004/04/26 05:51:57 snj Exp $ # DISTNAME= gnome-applets-1.4.0.4 @@ -15,7 +15,7 @@ BUILD_DEPENDS+= xml-i18n-tools-[0-9]*:../../textproc/xml-i18n-tools BUILDLINK_DEPENDS.gnome-panel= gnome-panel<2.0 -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= YES USE_GNU_TOOLS+= make @@ -26,7 +26,7 @@ BUILD_USES_MSGFMT= YES GNU_CONFIGURE= YES -.include "../../sysutils/libgtop/buildlink2.mk" +.include "../../sysutils/libgtop/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" -.include "../../x11/gnome-core/buildlink2.mk" +.include "../../x11/gnome-core/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |