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 | d1267543a4d46f785e2dd3f83f45ae0917fb8208 (patch) | |
tree | cf42180bcba1a3d2bee60b78f0f0ce1524728c6f /print | |
parent | 5ff27fb94bfd01407a739de3bfd56156550955ac (diff) | |
download | pkgsrc-d1267543a4d46f785e2dd3f83f45ae0917fb8208.tar.gz |
this blindly calls "gcc" so use buildlink3 so it uses the wrapper.
Diffstat (limited to 'print')
-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 |