diff options
author | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
commit | f816d81489fd245a89e581c2f9cf792562ade194 (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /print/mgv | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'print/mgv')
-rw-r--r-- | print/mgv/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/mgv/Makefile b/print/mgv/Makefile index 7df43b4d728..1fe94e8ef5a 100644 --- a/print/mgv/Makefile +++ b/print/mgv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/10/03 00:18:06 tv Exp $ +# $NetBSD: Makefile,v 1.15 2005/04/11 21:47:08 tv Exp $ DISTNAME= mgv-3.1.5 PKGREVISION= 2 @@ -11,7 +11,6 @@ COMMENT= Motif/LessTif user interface for Ghostscript GNU_CONFIGURE= yes USE_X11BASE= yes -USE_BUILDLINK3= yes CONFIGURE_ARGS+= --with-motif-includes=${MOTIFBASE}/include CONFIGURE_ARGS+= --with-motif-libs=${MOTIFBASE}/lib |