From 328e00d46c4fbf1168b57e06902be42d117ee25d Mon Sep 17 00:00:00 2001 From: pat Date: Thu, 14 Mar 2002 05:58:51 +0000 Subject: Depend on freetype2 libs and fix ORBit detection PR: 35881, 35845 Submitted by: maintainer, Steve Wills --- audio/zinf/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'audio/zinf') diff --git a/audio/zinf/Makefile b/audio/zinf/Makefile index 931a044..963b3eb 100644 --- a/audio/zinf/Makefile +++ b/audio/zinf/Makefile @@ -7,6 +7,7 @@ PORTNAME= freeamp PORTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.freeamp.org/download/src/ @@ -16,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 \ - ttf.4:${PORTSDIR}/print/freetype + freetype.9:${PORTSDIR}/print/freetype2 WRKSRC= ${WRKDIR}/${PORTNAME} USE_BZIP2= yes @@ -24,7 +25,9 @@ USE_GTK= yes WANT_ESOUND= yes USE_GMAKE= yes USE_AUTOCONF_VER=213 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ +ORBIT_CFLAGS!= orbit-config --cflags server +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS} \ + ${ORBIT_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" .include -- cgit v1.1