diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-14 07:30:37 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-14 07:30:37 +0000 |
commit | eb17ecf3a76595b3591b8d87d75a5f57c714567c (patch) | |
tree | d5bc006116d9cbe0288c6224d463f3f2400e14ce /devel/wftk | |
parent | Try to implement something similar to a window protocol in (diff) |
LIB_DEPENDS=ttf.4[...] --> USE_FREETYPE=yes
Notes
Notes:
svn path=/head/; revision=56060
Diffstat (limited to 'devel/wftk')
-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> |