diff options
Diffstat (limited to 'devel/wftk/Makefile')
-rw-r--r-- | devel/wftk/Makefile | 4 |
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> |