diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2011-02-11 08:01:40 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2011-02-11 08:01:40 +0000 |
commit | 06b6fee95439a69b3be8a47156627bdae5ea138b (patch) | |
tree | ae7f69cc81350ee40e4bc391345a4d9bdfda8f91 /deskutils | |
parent | 058c6154051098d34be7d48551e5a77b8e10f4e5 (diff) | |
download | ports-06b6fee95439a69b3be8a47156627bdae5ea138b.tar.gz ports-06b6fee95439a69b3be8a47156627bdae5ea138b.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/wammu/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/deskutils/wammu/Makefile b/deskutils/wammu/Makefile index 906f1067dcfd..a7dc5e5fa8ea 100644 --- a/deskutils/wammu/Makefile +++ b/deskutils/wammu/Makefile @@ -7,6 +7,7 @@ PORTNAME= wammu PORTVERSION= 0.35 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= http://dl.cihar.com/wammu/v0/ \ http://dl.cihar.com.nyud.net/wammu/v0/ @@ -14,8 +15,8 @@ MASTER_SITES= http://dl.cihar.com/wammu/v0/ \ MAINTAINER= bsam@FreeBSD.org COMMENT= GUI program to manage contacts, todos, calendar and messages in your phone -BUILD_DEPENDS+= gammu:${PORTSDIR}/comms/gammu-python -RUN_DEPENDS+= gammu:${PORTSDIR}/comms/gammu-python +BUILD_DEPENDS+= gammu:${PORTSDIR}/comms/gammu +RUN_DEPENDS+= gammu:${PORTSDIR}/comms/gammu LICENSE= GPLv2 |