aboutsummaryrefslogtreecommitdiffstats
path: root/devel/wftk
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-03-14 15:30:37 +0800
committersobomax <sobomax@FreeBSD.org>2002-03-14 15:30:37 +0800
commit9a0ac97662d5d72ef6aa891a34f5e3c73f69ec54 (patch)
tree912320b1fa7fde70bb2ca5974b8ccaf40594ca31 /devel/wftk
parent7127c582862b485287788a72eb4efd649262f24f (diff)
downloadfreebsd-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 'devel/wftk')
-rw-r--r--devel/wftk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/wftk/Makefile b/devel/wftk/Makefile
index 98b660d47687..36bff2579b0b 100644
--- a/devel/wftk/Makefile
+++ b/devel/wftk/Makefile
@@ -14,12 +14,12 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= lehmann@ans-netz.de
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
- ttf.4:${PORTSDIR}/print/freetype \
sigc.1:${PORTSDIR}/devel/libsigc++ \
SDL-1.1.3:${PORTSDIR}/devel/sdl12 \
SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer
-USE_LIBTOOL= YES
+USE_FREETYPE= yes
+USE_LIBTOOL= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
.include <bsd.port.mk>