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 | |
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
-rw-r--r-- | devel/libuta/Makefile | 4 | ||||
-rw-r--r-- | devel/wftk/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-gd/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-paint/Makefile | 4 | ||||
-rw-r--r-- | math/gnuplot+/Makefile | 2 | ||||
-rw-r--r-- | print/py-freetype/Makefile | 3 | ||||
-rw-r--r-- | print/ttftot42/Makefile | 3 |
7 files changed, 11 insertions, 13 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> diff --git a/graphics/py-gd/Makefile b/graphics/py-gd/Makefile index 46aa621cc79c..6234893edf5b 100644 --- a/graphics/py-gd/Makefile +++ b/graphics/py-gd/Makefile @@ -13,9 +13,9 @@ DISTNAME= gdmodule-${PORTVERSION} MAINTAINER= perky@fallin.lv -LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd \ - ttf.4:${PORTSDIR}/print/freetype +LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd +USE_FREETYPE= yes USE_PYTHON= yes EXCMD= /usr/bin/ex PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g} \ diff --git a/graphics/py-paint/Makefile b/graphics/py-paint/Makefile index 5486435c6729..9ef833cdbd7b 100644 --- a/graphics/py-paint/Makefile +++ b/graphics/py-paint/Makefile @@ -14,10 +14,10 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= perky@fallin.lv BUILD_DEPENDS= ${PYDISTUTILS} -LIB_DEPENDS= ttf.4:${PORTSDIR}/print/freetype \ - png.5:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ art_lgpl.5:${PORTSDIR}/graphics/libart +USE_FREETYPE= yes USE_PYTHON= yes PLIST_SUB+= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g} \ SHARE_SUBDIR=${SHARE_SUBDIR} diff --git a/math/gnuplot+/Makefile b/math/gnuplot+/Makefile index 038cf0e34b52..70a874f91265 100644 --- a/math/gnuplot+/Makefile +++ b/math/gnuplot+/Makefile @@ -20,8 +20,8 @@ MAINTAINER= nakaji@jp.freebsd.org LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ VFlib2.24:${PORTSDIR}/japanese/vflib -BUILD_DEPENDS= ${LOCALBASE}/lib/libttf.a:${PORTSDIR}/print/freetype +USE_FREETYPE= yes USE_XLIB= yes USE_GMAKE= yes USE_AUTOCONF= yes diff --git a/print/py-freetype/Makefile b/print/py-freetype/Makefile index a9efec4e7510..3891ff56184e 100644 --- a/print/py-freetype/Makefile +++ b/print/py-freetype/Makefile @@ -13,10 +13,9 @@ DISTNAME= PyFT-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= ttf.4:${PORTSDIR}/print/freetype - WRKSRC= ${WRKDIR}/${DISTNAME}/src +USE_FREETYPE= yes USE_PYTHON= yes .include <bsd.port.pre.mk> diff --git a/print/ttftot42/Makefile b/print/ttftot42/Makefile index 8af352fb5580..06400acfc811 100644 --- a/print/ttftot42/Makefile +++ b/print/ttftot42/Makefile @@ -12,8 +12,7 @@ MASTER_SITES= http://www.giga.or.at/pub/nih/ttftot42/ MAINTAINER= nakai@FreeBSD.org -LIB_DEPENDS= ttf.4:${PORTSDIR}/print/freetype - +USE_FREETYPE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= "CFLAGS=-I${LOCALBASE}/include/freetype" |