diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 11:11:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 11:11:33 +0000 |
commit | c4c8f4be4536497618de854065bf169361a7ad2b (patch) | |
tree | 965f82d89155ed89bcaf360c6ab2b1ed750b5314 /x11-fonts | |
parent | 8e81e236966d75c66033bf5e81aaa65ece61e8d7 (diff) | |
download | ports-c4c8f4be4536497618de854065bf169361a7ad2b.tar.gz ports-c4c8f4be4536497618de854065bf169361a7ad2b.zip |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/mathfonts/Makefile | 3 | ||||
-rw-r--r-- | x11-fonts/texcm-ttf/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/x11-fonts/mathfonts/Makefile b/x11-fonts/mathfonts/Makefile index 8586008943f4..3f19ba08957d 100644 --- a/x11-fonts/mathfonts/Makefile +++ b/x11-fonts/mathfonts/Makefile @@ -8,7 +8,7 @@ PORTNAME= mathfonts PORTVERSION= 4.1 # Don't upgrade this port if not supported by MathML-enabled Mozilla # # Please check http://www.mozilla.org/projects/mathml/fonts/ -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-fonts MASTER_SITES= http://support.wolfram.com/mathematica/systems/windows/general/files/ DISTNAME= MathFonts_TrueType_${PORTVERSION:S/.//} @@ -25,7 +25,6 @@ RUN_DEPENDS= ${FONTSBASE}/texcm-ttf/cmr10.ttf:${PORTSDIR}/x11-fonts/texcm-ttf RESTRICTED= no distribution of the fonts allowed NO_CDROM= ${RESTRICTED} -USE_X_PREFIX= yes USE_ZIP= yes NO_WRKSUBDIR= yes diff --git a/x11-fonts/texcm-ttf/Makefile b/x11-fonts/texcm-ttf/Makefile index 6ebe665db82c..c7e3fa68b088 100644 --- a/x11-fonts/texcm-ttf/Makefile +++ b/x11-fonts/texcm-ttf/Makefile @@ -7,7 +7,7 @@ PORTNAME= texcm-ttf PORTVERSION= 20010117 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fonts MASTER_SITES= http://www.mozilla.org/projects/mathml/fonts/bakoma/ DISTFILES= ${PORTNAME}${EXTRACT_SUFX} license.txt @@ -22,7 +22,6 @@ BUILD_DEPENDS= mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale \ NO_CDROM= cannot be sold or distributed with any commercial product -USE_X_PREFIX= yes USE_ZIP= yes WRKSRC= ${WRKDIR}/${PORTNAME} |