diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/eog-plugins/Makefile | 4 | ||||
-rw-r--r-- | graphics/eog-plugins3/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/eog-plugins/Makefile b/graphics/eog-plugins/Makefile index 920ea0927..9e52437be 100644 --- a/graphics/eog-plugins/Makefile +++ b/graphics/eog-plugins/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/eog-plugins/Makefile,v 1.17 2011/04/30 20:43:18 mezz Exp $ +# $MCom: ports/graphics/eog-plugins/Makefile,v 1.18 2011/08/24 13:49:30 kwm Exp $ # PORTNAME= eog-plugins @@ -35,7 +35,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .if !defined(WITHOUT_CHAMPLAIN) || \ (exists(${LOCALBASE}/lib/libchamplain-0.8.so)) || defined(WITH_CHAMPLIAN) -LIB_DEPENDS+= champlain-0.8.1:${PORTSDIR}/graphics/libchamplain +LIB_DEPENDS+= champlain-0.8.1:${PORTSDIR}/graphics/libchamplain08 PLIST_SUB+= CHAMPLAIN="" .else PLUST_SUB+= CHAMPLAIN="@comment " diff --git a/graphics/eog-plugins3/Makefile b/graphics/eog-plugins3/Makefile index aa7d953f5..631faf040 100644 --- a/graphics/eog-plugins3/Makefile +++ b/graphics/eog-plugins3/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/eog-plugins3/Makefile,v 1.5 2011/06/10 22:59:04 mezz Exp $ +# $MCom: ports/graphics/eog-plugins3/Makefile,v 1.6 2011/08/24 13:49:30 kwm Exp $ # PORTNAME= eog-plugins @@ -36,7 +36,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .if !defined(WITHOUT_CHAMPLAIN) || \ (exists(${LOCALBASE}/lib/libchamplain-0.10.so)) || defined(WITH_CHAMPLIAN) -LIB_DEPENDS+= champlain-0.10.0:${PORTSDIR}/graphics/libchamplain010 +LIB_DEPENDS+= champlain-0.10.0:${PORTSDIR}/graphics/libchamplain PLIST_SUB+= CHAMPLAIN="" .else PLUST_SUB+= CHAMPLAIN="@comment " |