diff options
author | jlam <jlam> | 2002-08-25 21:48:57 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-08-25 21:48:57 +0000 |
commit | 02526271b78c18a0c07b3ea8be04d2a61b0bf8e7 (patch) | |
tree | c8d09a03adeac7a950080d8040f6c9ceb10ef9d2 /print/mgv | |
parent | 521a29ec203c35a133d1b565a410d027176ebfc9 (diff) | |
download | pkgsrc-02526271b78c18a0c07b3ea8be04d2a61b0bf8e7.tar.gz |
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'print/mgv')
-rw-r--r-- | print/mgv/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/print/mgv/Makefile b/print/mgv/Makefile index 4b9919222b0..918a6eab000 100644 --- a/print/mgv/Makefile +++ b/print/mgv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/04/23 02:08:54 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2002/08/25 21:50:32 jlam Exp $ DISTNAME= mgv-3.1.5 PKGREVISION= 1 @@ -13,17 +13,17 @@ DEPENDS+= ghostscript-[6-9]*:../../print/ghostscript GNU_CONFIGURE= yes USE_X11BASE= yes -USE_BUILDLINK_ONLY= yes +USE_BUILDLINK2= yes -CONFIGURE_ARGS+= --with-motif-includes=${BUILDLINK_DIR}/include -CONFIGURE_ARGS+= --with-motif-libs=${BUILDLINK_DIR}/lib +CONFIGURE_ARGS+= --with-motif-includes=${MOTIFBASE}/include +CONFIGURE_ARGS+= --with-motif-libs=${MOTIFBASE}/lib post-install: ${INSTALL_DATA} ${WRKSRC}/doc/*.gif ${PREFIX}/share/mgv/3.1.5/help ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html ${LN} -fs ${PREFIX}/share/mgv/3.1.5/help ${PREFIX}/share/doc/html/mgv -.include "../../graphics/xpm/buildlink.mk" -.include "../../mk/motif.buildlink.mk" -.include "../../mk/x11.buildlink.mk" +.include "../../graphics/xpm/buildlink2.mk" +.include "../../mk/motif.buildlink2.mk" + .include "../../mk/bsd.pkg.mk" |