diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-02 09:04:05 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-02 09:04:05 +0000 |
commit | 2de581f84464f61248055f406cc41ce748c1d2e2 (patch) | |
tree | 4c179f6fb1c63bc74f2efb0efe4efff639d450b4 /print/pkfonts360/Makefile | |
parent | af027aafd0c8d2afdd256c5045c0e589a7e1094c (diff) | |
download | ports-2de581f84464f61248055f406cc41ce748c1d2e2.tar.gz ports-2de581f84464f61248055f406cc41ce748c1d2e2.zip |
Notes
Diffstat (limited to 'print/pkfonts360/Makefile')
-rw-r--r-- | print/pkfonts360/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/pkfonts360/Makefile b/print/pkfonts360/Makefile index 30ed640d1383..479cfb0b6ed9 100644 --- a/print/pkfonts360/Makefile +++ b/print/pkfonts360/Makefile @@ -3,10 +3,12 @@ # Date created: 06 Nov 1998 # Whom: Satoshi Asami <asami@freebsd.org> # -# $Id: Makefile,v 1.2 1998/11/08 09:37:03 asami Exp $ +# $Id: Makefile,v 1.3 1998/12/01 03:06:37 asami Exp $ # RESOLUTION= 360 MASTERDIR= ${.CURDIR}/../pkfonts300 +BROKEN= 'fetch' + .include "${MASTERDIR}/Makefile" |