diff options
author | obache <obache> | 2007-12-20 13:46:15 +0000 |
---|---|---|
committer | obache <obache> | 2007-12-20 13:46:15 +0000 |
commit | 8fa49e534bc9218274221af30e8a6fbe9d0440e0 (patch) | |
tree | e427618ae89307b692e03b6cba01c54e7d2e7c73 /misc | |
parent | 295dd89c1c23808a7e26818f51d925c892f38853 (diff) | |
download | pkgsrc-8fa49e534bc9218274221af30e8a6fbe9d0440e0.tar.gz |
Need libXmu to build.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/nxtvepg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/nxtvepg/Makefile b/misc/nxtvepg/Makefile index 496a55e04e8..af2efd3ede6 100644 --- a/misc/nxtvepg/Makefile +++ b/misc/nxtvepg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2007/09/21 16:38:52 veego Exp $ +# $NetBSD: Makefile,v 1.53 2007/12/20 13:46:15 obache Exp $ DISTNAME= nxtvepg-2.7.6 PKGREVISION= 1 @@ -38,5 +38,6 @@ pre-configure: # cd ${WRKSRC}; \ # ${GMAKE} depend +.include "../../x11/libXmu/buildlink3.mk" .include "../../x11/tk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |