diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-07-29 01:11:06 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-07-29 01:11:06 +0800 |
commit | e367fb81fcc29a9065f6c1c876147fa0c683699d (patch) | |
tree | 749073c24dd0e87ad8b99e55cfaa08d1656e1f96 /polish/kadu | |
parent | 2b96903fc04aa62d05eff8f8e5196587f8166cb7 (diff) | |
download | freebsd-ports-gnome-e367fb81fcc29a9065f6c1c876147fa0c683699d.tar.gz freebsd-ports-gnome-e367fb81fcc29a9065f6c1c876147fa0c683699d.tar.zst freebsd-ports-gnome-e367fb81fcc29a9065f6c1c876147fa0c683699d.zip |
Set correct dependency on libgadu.
PR: ports/99728
Submitted by: Marcin Wisnicki (maintainer)
Diffstat (limited to 'polish/kadu')
-rw-r--r-- | polish/kadu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile index 36cf36d29f6d..a43c417d73ce 100644 --- a/polish/kadu/Makefile +++ b/polish/kadu/Makefile @@ -7,6 +7,7 @@ PORTNAME= kadu PORTVERSION= 0.4.3 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= polish net-im MASTER_SITES= http://www.kadu.net/download/stable/ @@ -15,7 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= mwisnicki+freebsd@gmail.com COMMENT= QT Gadu-Gadu client -LIB_DEPENDS= gadu.3:${PORTSDIR}/polish/ekg\ +LIB_DEPENDS= gadu.3:${PORTSDIR}/polish/libgadu\ sndfile.1:${PORTSDIR}/audio/libsndfile USE_BZIP2= yes |