aboutsummaryrefslogtreecommitdiff
path: root/devel/libuta
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-14 07:30:37 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-14 07:30:37 +0000
commiteb17ecf3a76595b3591b8d87d75a5f57c714567c (patch)
treed5bc006116d9cbe0288c6224d463f3f2400e14ce /devel/libuta
parent9227fe1c3d9ad96d27c5cbeee81a06fff57dab4e (diff)
Notes
Diffstat (limited to 'devel/libuta')
-rw-r--r--devel/libuta/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libuta/Makefile b/devel/libuta/Makefile
index 98b660d47687..36bff2579b0b 100644
--- a/devel/libuta/Makefile
+++ b/devel/libuta/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>