diff options
author | bsam <bsam@FreeBSD.org> | 2011-02-11 16:01:40 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2011-02-11 16:01:40 +0800 |
commit | 846cdbe4f54915f3a7c745ecab109f4abb94fe55 (patch) | |
tree | bb6357f05be629ecc560e741c5b28a021d93a7dd /deskutils | |
parent | 3be72f0d8d2aa64a0d3a683c78cff0b91d562121 (diff) | |
download | freebsd-ports-gnome-846cdbe4f54915f3a7c745ecab109f4abb94fe55.tar.gz freebsd-ports-gnome-846cdbe4f54915f3a7c745ecab109f4abb94fe55.tar.zst freebsd-ports-gnome-846cdbe4f54915f3a7c745ecab109f4abb94fe55.zip |
The port now depends upon comms/gammu (since the latter
uses python by default).
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 |