diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-02-08 20:49:18 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-02-08 20:49:18 +0800 |
commit | bd59a43459dfc755321adf40fec414f7d85e554f (patch) | |
tree | a3ff5006e4bca3f6053ebe97f5dc2c1f3f7983b7 | |
parent | 9a40679de351cccf9f09de712d46181df33b3b3b (diff) | |
download | marcuscom-ports-bd59a43459dfc755321adf40fec414f7d85e554f.tar marcuscom-ports-bd59a43459dfc755321adf40fec414f7d85e554f.tar.gz marcuscom-ports-bd59a43459dfc755321adf40fec414f7d85e554f.tar.bz2 marcuscom-ports-bd59a43459dfc755321adf40fec414f7d85e554f.tar.lz marcuscom-ports-bd59a43459dfc755321adf40fec414f7d85e554f.tar.xz marcuscom-ports-bd59a43459dfc755321adf40fec414f7d85e554f.tar.zst marcuscom-ports-bd59a43459dfc755321adf40fec414f7d85e554f.zip |
Chase shlib bump, for the qt4 slave port.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13565 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | ports-mgmt/packagekit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/packagekit/Makefile b/ports-mgmt/packagekit/Makefile index 8adb8bae8..5762700d1 100644 --- a/ports-mgmt/packagekit/Makefile +++ b/ports-mgmt/packagekit/Makefile @@ -3,7 +3,7 @@ # Whom: Anders F Bjorklund <afb@users.sourceforge.net> # # $FreeBSD$ -# $MCom: ports/ports-mgmt/packagekit/Makefile,v 1.12 2010/01/23 16:40:05 marcus Exp $ +# $MCom: ports/ports-mgmt/packagekit/Makefile,v 1.13 2010/02/08 12:36:30 kwm Exp $ PORTNAME= PackageKit PORTVERSION= 0.6.1 @@ -93,7 +93,7 @@ PLIST_SUB+= GTK="@comment " #.endif .if defined(SLAVEPORT) -LIB_DEPENDS+= packagekit-glib2.12:${PORTSDIR}/ports-mgmt/packagekit +LIB_DEPENDS+= packagekit-glib2.13:${PORTSDIR}/ports-mgmt/packagekit .if ${SLAVEPORT}=="qt4" CONFIGURE_ARGS+=--enable-qt |