diff options
author | mi <mi@FreeBSD.org> | 2001-08-24 03:25:30 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2001-08-24 03:25:30 +0800 |
commit | 74e65e452011493b6e2b81f151742bf107170d3f (patch) | |
tree | 4cd263ea03a2553cb8105cb4d54c46487b218a3d /graphics/gdtclft/Makefile | |
parent | d7aafbfa10ce06b5b54dd3d7f50d17c230fb7bdc (diff) | |
download | freebsd-ports-gnome-74e65e452011493b6e2b81f151742bf107170d3f.tar.gz freebsd-ports-gnome-74e65e452011493b6e2b81f151742bf107170d3f.tar.zst freebsd-ports-gnome-74e65e452011493b6e2b81f151742bf107170d3f.zip |
Do not bogusly link with -lttf. gd itself links with -lfreetype only,
and we don't care ourselves.
Diffstat (limited to 'graphics/gdtclft/Makefile')
-rw-r--r-- | graphics/gdtclft/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/gdtclft/Makefile b/graphics/gdtclft/Makefile index e5b3f4cd9a36..83c18227dcb6 100644 --- a/graphics/gdtclft/Makefile +++ b/graphics/gdtclft/Makefile @@ -20,7 +20,6 @@ LIB_DEPENDS= tcl${TCL_DVER}.1:${PORTSDIR}/lang/tcl${TCL_DVER} \ TCL_VER= 8.3 TCL_DVER= ${TCL_VER:S/.//} -USE_FREETYPE= yes MAKEFILE= ${FILESDIR}/Makefile.bsd MAKE_ENV= TCL_VER=${TCL_VER} MKDIR="${MKDIR}" \ INSTALL_DATA="${INSTALL_DATA}" |