diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-14 15:30:37 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-14 15:30:37 +0800 |
commit | 9a0ac97662d5d72ef6aa891a34f5e3c73f69ec54 (patch) | |
tree | 912320b1fa7fde70bb2ca5974b8ccaf40594ca31 /math | |
parent | 7127c582862b485287788a72eb4efd649262f24f (diff) | |
download | freebsd-ports-gnome-9a0ac97662d5d72ef6aa891a34f5e3c73f69ec54.tar.gz freebsd-ports-gnome-9a0ac97662d5d72ef6aa891a34f5e3c73f69ec54.tar.zst freebsd-ports-gnome-9a0ac97662d5d72ef6aa891a34f5e3c73f69ec54.zip |
LIB_DEPENDS=ttf.4[...] --> USE_FREETYPE=yes
Diffstat (limited to 'math')
-rw-r--r-- | math/gnuplot+/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gnuplot+/Makefile b/math/gnuplot+/Makefile index 038cf0e34b52..70a874f91265 100644 --- a/math/gnuplot+/Makefile +++ b/math/gnuplot+/Makefile @@ -20,8 +20,8 @@ MAINTAINER= nakaji@jp.freebsd.org LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ VFlib2.24:${PORTSDIR}/japanese/vflib -BUILD_DEPENDS= ${LOCALBASE}/lib/libttf.a:${PORTSDIR}/print/freetype +USE_FREETYPE= yes USE_XLIB= yes USE_GMAKE= yes USE_AUTOCONF= yes |