diff options
author | jylefort <jylefort@FreeBSD.org> | 2007-03-08 22:12:08 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2007-03-08 22:12:08 +0800 |
commit | c4944def578b138bd40a702400e001b3f2aaa712 (patch) | |
tree | d64a8cda118d8fc2a7397e06e1744e73ce5b0e0b /deskutils | |
parent | 2818bcb07f94ae1a5fd2baf45cfa9c4f913e6a40 (diff) | |
download | freebsd-ports-gnome-c4944def578b138bd40a702400e001b3f2aaa712.tar.gz freebsd-ports-gnome-c4944def578b138bd40a702400e001b3f2aaa712.tar.zst freebsd-ports-gnome-c4944def578b138bd40a702400e001b3f2aaa712.zip |
Track libgpg-error shlib version change.
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/basket/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/basket/Makefile b/deskutils/basket/Makefile index cc992afb1449..8ab777190305 100644 --- a/deskutils/basket/Makefile +++ b/deskutils/basket/Makefile @@ -6,6 +6,7 @@ PORTNAME= basket PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= deskutils kde MASTER_SITES= http://basket.kde.org/downloads/ @@ -13,7 +14,7 @@ MAINTAINER= markus@FreeBSD.org COMMENT= Desktop organization tool LIB_DEPENDS+= gpgme.17:${PORTSDIR}/security/gpgme \ - gpg-error.3:${PORTSDIR}/security/libgpg-error + gpg-error.0:${PORTSDIR}/security/libgpg-error USE_KDELIBS_VER= 3 USE_GMAKE= yes |