diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-01 18:14:24 +0000 | 
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-01 18:14:24 +0000 | 
| commit | d8b7705c1d609aaa63d4320a9c3157ccad67dbfd (patch) | |
| tree | 8d0d9fd4216f923fe6a20a96fd75b1f89a4c9e0b | |
| parent | Remove duplicate in plist (diff) | |
Fix LIB_DEPENDS
| -rw-r--r-- | devel/cutter/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/devel/cutter/Makefile b/devel/cutter/Makefile index 9b62a46fab79..32f057a54735 100644 --- a/devel/cutter/Makefile +++ b/devel/cutter/Makefile @@ -11,7 +11,7 @@ MAINTAINER=	romain@FreeBSD.org  COMMENT=	Unit Testing Framework for C and C++  LIB_DEPENDS=	libcairo.so:${PORTSDIR}/graphics/cairo \ -		libpangocairo.so:${PORTSDIR}/x11-toolkits/pango +		libpangocairo-1.0.so:${PORTSDIR}/x11-toolkits/pango  CPPFLAGS+=	"-I${LOCALBASE}/include"  CONFIGURE_ARGS=	--disable-gtk-doc-html --with-html-dir=${PREFIX}/share/doc | 
