diff options
author | grant <grant@pkgsrc.org> | 2004-06-27 13:36:57 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-27 13:36:57 +0000 |
commit | 61b08dc28ff9dae068cc9bc26e3b24e5f445b46b (patch) | |
tree | cf42180bcba1a3d2bee60b78f0f0ce1524728c6f /print/dvidvi | |
parent | d67c67f42bb16e10b96cded0154909cc69e103dc (diff) | |
download | pkgsrc-61b08dc28ff9dae068cc9bc26e3b24e5f445b46b.tar.gz |
this blindly calls "gcc" so use buildlink3 so it uses the wrapper.
Diffstat (limited to 'print/dvidvi')
-rw-r--r-- | print/dvidvi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/dvidvi/Makefile b/print/dvidvi/Makefile index 083914f3cff..7e38f4487d2 100644 --- a/print/dvidvi/Makefile +++ b/print/dvidvi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/04/25 11:48:31 dillo Exp $ +# $NetBSD: Makefile,v 1.5 2004/06/27 13:36:57 grant Exp $ # DISTNAME= dvidvi-1.0 @@ -8,6 +8,8 @@ MASTER_SITES= ftp://sunsite.univie.ac.at/pub/distfiles/ MAINTAINER= dillo@NetBSD.org COMMENT= Select and/or rearrange pages in a TeX dvi file +USE_BUILDLINK3= yes + NO_SRC_ON_FTP= Unable to determine distribution license NO_SRC_ON_CDROM=Unable to determine distribution license NO_BIN_ON_FTP= Unable to determine distribution license |