Index: head/audio/lash/Makefile =================================================================== --- head/audio/lash/Makefile (revision 448232) +++ head/audio/lash/Makefile (revision 448233) @@ -1,57 +1,59 @@ # Created by: Edward Tomasz Napierala # $FreeBSD$ PORTNAME= lash PORTVERSION= 0.5.4 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= audio MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= Session management system for JACK audio applications LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual LIB_DEPENDS= libjack.so:audio/jack \ libdssialsacompat.so:audio/libdssialsacompat \ + libfreetype.so:print/freetype2 \ + libfontconfig.so:x11-fonts/fontconfig \ libuuid.so:misc/e2fsprogs-libuuid USES= gmake pathfix pkgconfig libtool -USE_GNOME= gtk20 libxml2 +USE_GNOME= gtk20 libxml2 gdkpixbuf2 cairo GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-alsa-midi USE_LDCONFIG= yes LIBS= -luuid INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include/dssi -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= READLINE PYTHON DOCS OPTIONS_DEFAULT=READLINE OPTIONS_SUB= yes PYTHON_DESC= Build pylash PYTHON_USES= python PYTHON_BUILD_DEPENDS= swig:devel/swig13 -PYTHON_CONFIGURE_OFF= --disable-pylash +PYTHON_CONFIGURE_ENABLE=pylash READLINE_USES= readline READLINE_CONFIGURE_ENV_OFF= vl_cv_lib_readline=no DOCS_BUILD_DEPENDS= texi2html:textproc/texi2html DOCS_CONFIGURE_ENV_OFF= ac_cv_prog_lash_texi2html=no post-patch: @${REINPLACE_CMD} -e \ '/if test/s|==|=|' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ '/texi2html/s|--number||' ${WRKSRC}/docs/Makefile.in post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/lash-manual-html-one-page/lash-manual.html \ ${STAGEDIR}${DOCSDIR} .include Index: head/audio/lash/files/patch-lash-1.0.pc.in =================================================================== --- head/audio/lash/files/patch-lash-1.0.pc.in (nonexistent) +++ head/audio/lash/files/patch-lash-1.0.pc.in (revision 448233) @@ -0,0 +1,10 @@ +--- lash-1.0.pc.in.orig 2007-01-13 20:44:09 UTC ++++ lash-1.0.pc.in +@@ -5,7 +5,6 @@ includedir=@includedir@ + + Name: LASH + Description: Audio session management +-Requires: @PC_REQUIRES@ + Version: @PACKAGE_VERSION@ + Libs: -llash + Libs.static: -lpthread -luuid Property changes on: head/audio/lash/files/patch-lash-1.0.pc.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property