diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-11 17:25:31 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-11 17:25:31 +0000 |
commit | 112a9e25e8c32b0545c2000bf647ca3ddffc86df (patch) | |
tree | 2fade3d039dc73b5d5c71650de6f1d0f35b03d03 /print/ft2demos | |
parent | 0973110a22ad166bea44f860e855db2ffc3b64f2 (diff) | |
download | ports-112a9e25e8c32b0545c2000bf647ca3ddffc86df.tar.gz ports-112a9e25e8c32b0545c2000bf647ca3ddffc86df.zip |
Chase increase of freetype2 shlib version.
Notes
Notes:
svn path=/head/; revision=55873
Diffstat (limited to 'print/ft2demos')
-rw-r--r-- | print/ft2demos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ft2demos/Makefile b/print/ft2demos/Makefile index 122d393d0d12..64b91a21c93c 100644 --- a/print/ft2demos/Makefile +++ b/print/ft2demos/Makefile @@ -20,7 +20,7 @@ MAINTAINER= kanou@mil.allnet.ne.jp BUILD_DEPENDS+= libtool:${PORTSDIR}/devel/libtool BUILD_DEPENDS+= ${FREETYPE_WRKSRC}/config.mk:${PORTSDIR}/print/freetype2:build -LIB_DEPENDS= freetype.8:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 USE_XLIB= yes USE_BZIP2= yes |