diff options
author | snj <snj> | 2004-04-18 23:13:00 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-18 23:13:00 +0000 |
commit | e49eb4dd78011372a00750f29c3b7c54ca6a95b5 (patch) | |
tree | 515b8275ff7ff288c6d09f1582f10c47506f95ba | |
parent | da07ef467bba73c2538cc6e761b6338ef3d15106 (diff) | |
download | pkgsrc-e49eb4dd78011372a00750f29c3b7c54ca6a95b5.tar.gz |
Convert to buildlink3.
-rw-r--r-- | sysutils/dvdrecord/Makefile | 4 | ||||
-rw-r--r-- | sysutils/grun/Makefile | 8 | ||||
-rw-r--r-- | sysutils/xps/Makefile | 11 |
3 files changed, 11 insertions, 12 deletions
diff --git a/sysutils/dvdrecord/Makefile b/sysutils/dvdrecord/Makefile index 8542a3ef61e..8b2a72daadb 100644 --- a/sysutils/dvdrecord/Makefile +++ b/sysutils/dvdrecord/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/02/08 13:18:13 grant Exp $ +# $NetBSD: Makefile,v 1.9 2004/04/18 23:18:23 snj Exp $ DISTNAME= dvdrtools-${VERSION} PKGNAME= ${DISTNAME:S/dvdrtools/dvdrecord/} @@ -12,7 +12,7 @@ COMMENT= This program allows you to create DVDs on a DVD-Recorder VERSION= 0.1.5 -USE_BUILDLINK2= # defined +USE_BUILDLINK3= yes GNU_CONFIGURE= # defined LIBS.SunOS+= -lsocket diff --git a/sysutils/grun/Makefile b/sysutils/grun/Makefile index f3056c51f1d..6784f24c59d 100644 --- a/sysutils/grun/Makefile +++ b/sysutils/grun/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/01/24 15:06:57 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/04/18 23:14:14 snj Exp $ DISTNAME= grun-0.9.2 PKGREVISION= 2 @@ -9,7 +9,7 @@ MAINTAINER= epg@pretzelnet.org HOMEPAGE= ${MASTER_SITES}/grun.html COMMENT= GTK+ based Run dialog -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11= YES GNU_CONFIGURE= YES USE_GNU_TOOLS+= make @@ -18,7 +18,7 @@ PTHREAD_OPTS+= require post-install: ${MV} ${LOCALBASE}/man/man1/grun.1x ${LOCALBASE}/man/man1/grun.1 -.include "../../x11/gtk/buildlink2.mk" -.include "../../mk/pthread.buildlink2.mk" +.include "../../x11/gtk/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/xps/Makefile b/sysutils/xps/Makefile index b3467ad7a59..a1f2184659a 100644 --- a/sysutils/xps/Makefile +++ b/sysutils/xps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2004/01/24 15:06:58 grant Exp $ +# $NetBSD: Makefile,v 1.25 2004/04/18 23:13:00 snj Exp $ DISTNAME= xps-3.14 CATEGORIES= sysutils @@ -8,12 +8,11 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.netwinder.org/~rocky/xps-home/ COMMENT= Displays the Unix process list as a hierarchical tree -USE_PERL5= build +GNU_CONFIGURE= # defined +USE_BUILDLINK3= yes USE_GNU_TOOLS+= make +USE_PERL5= build USE_X11BASE= # defined -USE_BUILDLINK2= # defined -GNU_CONFIGURE= # defined - -.include "../../mk/motif.buildlink2.mk" +.include "../../mk/motif.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |