diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-24 16:35:16 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-24 16:35:16 +0800 |
commit | 3909a952ac414736eb52cfbd2b6a5e84743324a8 (patch) | |
tree | 0b1f8f1773c78aa71f9143c02cea095d2922961b /devel | |
parent | 2e45ba0e2a8e10361ac192566f4419108803eaad (diff) | |
download | marcuscom-ports-3909a952ac414736eb52cfbd2b6a5e84743324a8.tar.gz marcuscom-ports-3909a952ac414736eb52cfbd2b6a5e84743324a8.tar.zst marcuscom-ports-3909a952ac414736eb52cfbd2b6a5e84743324a8.zip |
Chase seed lib name change.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15290 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libpeas/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libpeas/Makefile b/devel/libpeas/Makefile index cf9bb7134..d54d00640 100644 --- a/devel/libpeas/Makefile +++ b/devel/libpeas/Makefile @@ -3,7 +3,7 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/libpeas/Makefile,v 1.11 2011/02/16 15:03:53 kwm Exp $ +# $MCom: ports/devel/libpeas/Makefile,v 1.12 2011/02/23 16:37:58 kwm Exp $ # PORTNAME= libpeas @@ -36,7 +36,7 @@ OPTIONS= PYTHONS "Enable python plugins" on \ .if defined(WITH_SEED) CONFIGURE_ARGS+=--enable-seed -LIB_DEPENDS= seed.0:${PORTSDIR}/devel/seed3 +LIB_DEPENDS= seed-gtk3.0:${PORTSDIR}/devel/seed3 PLIST_SUB+= SEED="" .else CONFIGURE_ARGS+=--enable-seed=no |