diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-03-14 21:40:53 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-03-14 21:40:53 +0000 |
commit | d875f64ac0e688014308480083835638664b45d0 (patch) | |
tree | a58172505fb39ea38cf8cef8fc780d4b581b8160 /audio/zinf | |
parent | Update to 1.4.1. (diff) |
Depend on freetype again
PR: 35895
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=56109
Diffstat (limited to 'audio/zinf')
-rw-r--r-- | audio/zinf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/zinf/Makefile b/audio/zinf/Makefile index 963b3eb118bd..7aae10fc6da5 100644 --- a/audio/zinf/Makefile +++ b/audio/zinf/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm LIB_DEPENDS= musicbrainz.1:${PORTSDIR}/audio/musicbrainz \ ORBit.2:${PORTSDIR}/devel/ORBit \ gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ - freetype.9:${PORTSDIR}/print/freetype2 + ttf.4:${PORTSDIR}/print/freetype WRKSRC= ${WRKDIR}/${PORTNAME} USE_BZIP2= yes |