diff options
author | trevor <trevor@FreeBSD.org> | 2004-03-13 01:21:10 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-03-13 01:21:10 +0800 |
commit | 26b1604ccfcadd704205d28440e1d547e9347776 (patch) | |
tree | 9f58d693f6515591f5f77053555006ce931a42a9 /x11-fonts | |
parent | f6e595498554fd4c83f0609e19dbf6e5c3ae24e1 (diff) | |
download | freebsd-ports-gnome-26b1604ccfcadd704205d28440e1d547e9347776.tar.gz freebsd-ports-gnome-26b1604ccfcadd704205d28440e1d547e9347776.tar.zst freebsd-ports-gnome-26b1604ccfcadd704205d28440e1d547e9347776.zip |
Avoid "size unknown" error by setting DISABLE_SIZE.
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/urwfonts-ttf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-fonts/urwfonts-ttf/Makefile b/x11-fonts/urwfonts-ttf/Makefile index 9521617b77a4..c9886e05a7b1 100644 --- a/x11-fonts/urwfonts-ttf/Makefile +++ b/x11-fonts/urwfonts-ttf/Makefile @@ -14,6 +14,7 @@ DISTNAME= urw-fonts-${PORTVERSION:S/b/pre/}-ttf MAINTAINER= ports@FreeBSD.org COMMENT= Unicode TrueType fonts from URW extended by Valek Filippov +DISABLE_SIZE= yes NO_WRKSUBDIR= yes USE_BZIP2= yes |