diff options
author | jlam <jlam@pkgsrc.org> | 2001-09-08 19:55:39 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-09-08 19:55:39 +0000 |
commit | bee9f3eafbcc5286fd8eb803f4caff3191e581b2 (patch) | |
tree | a3264510e376069a5123a4442bef434d00e449b6 /misc/xrolodex | |
parent | 78934af22c1e8f6792288881e765d7cad503a47b (diff) | |
download | pkgsrc-bee9f3eafbcc5286fd8eb803f4caff3191e581b2.tar.gz |
Use mk/motif.buildlink.mk instead of lesstif/buildlink.mk.
Diffstat (limited to 'misc/xrolodex')
-rw-r--r-- | misc/xrolodex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/xrolodex/Makefile b/misc/xrolodex/Makefile index cc201ee0962..0e3d09b3bf5 100644 --- a/misc/xrolodex/Makefile +++ b/misc/xrolodex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/08/22 17:38:59 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2001/09/08 19:55:46 jlam Exp $ DISTNAME= xrolodex.1.5.motif PKGNAME= xrolodex-1.5 @@ -13,5 +13,5 @@ WRKSRC= ${WRKDIR}/xrolodex.15 MAKE_ENV+= XMLIB='-lXm' USE_IMAKE= yes -.include "../../x11/lesstif/buildlink.mk" +.include "../../mk/motif.buildlink.mk" .include "../../mk/bsd.pkg.mk" |