diff options
-rw-r--r-- | time/asclock/Makefile | 5 | ||||
-rw-r--r-- | x11/dxpc/Makefile | 8 | ||||
-rw-r--r-- | x11/xp/Makefile | 3 |
3 files changed, 9 insertions, 7 deletions
diff --git a/time/asclock/Makefile b/time/asclock/Makefile index b03006feacf..0e24fa2772e 100644 --- a/time/asclock/Makefile +++ b/time/asclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/08/22 17:38:59 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2002/08/31 15:16:39 wiz Exp $ DISTNAME= asclock-classic-1.0 PKGNAME= asclock-1.0 @@ -12,6 +12,7 @@ NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL USE_IMAKE= YES USE_X11BASE= YES +USE_BUILDLINK2= YES LANGUAGES= en de pt nl no it sv es hu br fr cs ru uk sl id da @@ -71,5 +72,5 @@ do-install: .endfor @${ECHO} @dirrm share/asclock-classic >> ${PLIST_SRC} -.include "../../graphics/xpm/buildlink.mk" +.include "../../graphics/xpm/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/dxpc/Makefile b/x11/dxpc/Makefile index e9d4e1ff91b..7a3b59d8945 100644 --- a/x11/dxpc/Makefile +++ b/x11/dxpc/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2001/10/22 01:05:40 mjl Exp $ +# $NetBSD: Makefile,v 1.15 2002/08/31 15:25:32 wiz Exp $ # DISTNAME= dxpc-3.8.1 CATEGORIES= x11 -MASTER_SITES= http://www.vigor.nu/dxpc/3.8.1/ \ - ${MASTER_SITE_XCONTRIB:=utilities/} +MASTER_SITES= http://www.vigor.nu/dxpc/3.8.1/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.vigor.nu/dxpc/ @@ -12,6 +11,7 @@ COMMENT= Differential X Protocol Compressor GNU_CONFIGURE= yes USE_X11BASE= yes +USE_BUILDLINK2= yes .include "../../mk/bsd.prefs.mk" @@ -23,5 +23,5 @@ CONFIGURE_ENV+= CXX=${LOCALBASE}/egcs/bin/g++ post-install: @strip ${PREFIX}/bin/dxpc -.include "../../archivers/liblzo/buildlink.mk" +.include "../../archivers/liblzo/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/xp/Makefile b/x11/xp/Makefile index ad009edea0f..fc890a25c67 100644 --- a/x11/xp/Makefile +++ b/x11/xp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/17 17:07:20 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2002/08/31 15:24:08 wiz Exp $ DISTNAME= xp-1.2b10 CATEGORIES= x11 @@ -8,5 +8,6 @@ MAINTAINER= jdc@netbsd.org COMMENT= Fast X11 text file viewer using Athena widgets USE_IMAKE= yes +USE_BUILDLINK2= yes .include "../../mk/bsd.pkg.mk" |