diff options
author | jlam <jlam@pkgsrc.org> | 2002-10-08 12:33:23 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-10-08 12:33:23 +0000 |
commit | aac5856cf2ba14762575b6899f9e521dd44e7c79 (patch) | |
tree | b357fc77910cc8a5e78c77dff4ac45d0df4e21d7 /misc | |
parent | e50e63a7e7eb9375458aeb5356ac260390202f46 (diff) | |
download | pkgsrc-aac5856cf2ba14762575b6899f9e521dd44e7c79.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xrolodex/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/misc/xrolodex/Makefile b/misc/xrolodex/Makefile index 3b4fa80d7e6..1715e40de2c 100644 --- a/misc/xrolodex/Makefile +++ b/misc/xrolodex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/09/12 02:30:23 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2002/10/08 12:39:28 jlam Exp $ DISTNAME= xrolodex.1.5.motif PKGNAME= xrolodex-1.5 @@ -9,9 +9,11 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= root@garbled.net COMMENT= Motif/X11 rolodex application +USE_BUILDLINK2= # defined +USE_IMAKE= # defined + WRKSRC= ${WRKDIR}/xrolodex.15 MAKE_ENV+= XMLIB="${MOTIFLIB}" -USE_IMAKE= yes -.include "../../mk/motif.buildlink.mk" +.include "../../mk/motif.buildlink2.mk" .include "../../mk/bsd.pkg.mk" |