diff options
author | jlam <jlam> | 2001-09-08 19:55:39 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-09-08 19:55:39 +0000 |
commit | 76adaafff387f24e6d676d4d264d28aaf747cd7e (patch) | |
tree | a3264510e376069a5123a4442bef434d00e449b6 /games/imaze/Makefile | |
parent | 23b6b65f9ffd4d5aee8f570a890063ef98808d49 (diff) | |
download | pkgsrc-76adaafff387f24e6d676d4d264d28aaf747cd7e.tar.gz |
Use mk/motif.buildlink.mk instead of lesstif/buildlink.mk.
Diffstat (limited to 'games/imaze/Makefile')
-rw-r--r-- | games/imaze/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/imaze/Makefile b/games/imaze/Makefile index 3f204e5197e..8b55a051a56 100644 --- a/games/imaze/Makefile +++ b/games/imaze/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/08/29 22:41:11 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2001/09/08 19:55:46 jlam Exp $ DISTNAME= imaze1.3 PKGNAME= imaze-1.3 @@ -19,6 +19,6 @@ USE_X11BASE= yes post-build: cd ${WRKSRC} && ${PAX} -rf ${DISTDIR}/imaze-sounds.tar -.include "../../x11/lesstif/buildlink.mk" +.include "../../mk/motif.buildlink.mk" .include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" |