diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-04-17 00:19:02 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-04-17 00:19:02 +0000 |
commit | b4455771cced2fe9f134e751fe88dbba7226e694 (patch) | |
tree | 39733bef5e1d466d30938b5a47f0b46a7b6890b4 /math/gnuplot+ | |
parent | 877b8a533b44bb6324ebbaf65cd80a60d1572003 (diff) | |
download | ports-b4455771cced2fe9f134e751fe88dbba7226e694.tar.gz ports-b4455771cced2fe9f134e751fe88dbba7226e694.zip |
Notes
Diffstat (limited to 'math/gnuplot+')
-rw-r--r-- | math/gnuplot+/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/gnuplot+/Makefile b/math/gnuplot+/Makefile index 195a66e200c1..07c1feb11b8f 100644 --- a/math/gnuplot+/Makefile +++ b/math/gnuplot+/Makefile @@ -20,7 +20,7 @@ MAINTAINER= nakaji@tutrp.tut.ac.jp LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ VFlib2.24:${PORTSDIR}/japanese/vflib -.if defined(USE_JP) +.if defined(WITH_JP) BUILD_DEPENDS= ${LOCALBASE}/lib/libgd.a:${PORTSDIR}/japanese/gd \ ${LOCALBASE}/lib/libttf.a:${PORTSDIR}/print/freetype .else @@ -59,10 +59,10 @@ GP_DOCS= ${WRKSRC}/Copyright.plus \ ${WRKSRC}/gp+/plus.tex pre-fetch: -.ifndef USE_JP - @echo "*********************************************************" - @echo "If you want handle Japanese TrueType font, define USE_JP." - @echo "*********************************************************" +.ifndef WITH_JP + @echo "**********************************************************" + @echo "If you want handle Japanese TrueType font, define WITH_JP." + @echo "**********************************************************" .endif post-extract: |