diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-10-20 04:30:50 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-10-20 04:30:50 +0800 |
commit | 662af5fd45f0475e9822512c12e7c9b1106b4628 (patch) | |
tree | dc32942bd2937d44e4a1c684ccb2ab57808036c6 | |
parent | 0b65fdecbb7e933adfdd1feadbff25f5f0ec2a40 (diff) | |
download | marcuscom-ports-662af5fd45f0475e9822512c12e7c9b1106b4628.tar marcuscom-ports-662af5fd45f0475e9822512c12e7c9b1106b4628.tar.gz marcuscom-ports-662af5fd45f0475e9822512c12e7c9b1106b4628.tar.bz2 marcuscom-ports-662af5fd45f0475e9822512c12e7c9b1106b4628.tar.lz marcuscom-ports-662af5fd45f0475e9822512c12e7c9b1106b4628.tar.xz marcuscom-ports-662af5fd45f0475e9822512c12e7c9b1106b4628.tar.zst marcuscom-ports-662af5fd45f0475e9822512c12e7c9b1106b4628.zip |
Chase libchamplain slib bump.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13158 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/eog-plugins/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/eog-plugins/Makefile b/graphics/eog-plugins/Makefile index 626ad39f7..58f934f5f 100644 --- a/graphics/eog-plugins/Makefile +++ b/graphics/eog-plugins/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/eog-plugins/Makefile,v 1.2 2009/09/08 18:04:45 kwm Exp $ +# $MCom: ports/graphics/eog-plugins/Makefile,v 1.3 2009/09/22 08:36:53 kwm Exp $ # PORTNAME= eog-plugins PORTVERSION= 2.28.0 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -31,7 +32,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .if !defined(WITHOUT_CHAMPLAIN) || \ (exists(${LOCALBASE}/lib/libchamplain-0.4.so)) || defined(WITH_CHAMPLIAN) -LIB_DEPENDS+= champlain-0.4.0:${PORTSDIR}/graphics/libchamplain +LIB_DEPENDS+= champlain-0.4.1:${PORTSDIR}/graphics/libchamplain PLIST_SUB+= CHAMPLAIN="" .else PLUST_SUB+= CHAMPLAIN="@comment " |