summaryrefslogtreecommitdiff
path: root/devel
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
parentTry 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')
-rw-r--r--devel/libuta/Makefile4
-rw-r--r--devel/wftk/Makefile4
2 files changed, 4 insertions, 4 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>
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>