diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2010-05-15 21:24:42 +0800 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2010-05-15 21:24:42 +0800 |
commit | 6d53c3da656609893448aacaa5657330110e9815 (patch) | |
tree | 946776e5af43c6663b6fec4a4ae905fca86f7873 /deskutils | |
parent | 7f004430b13467ed636b62e9500ce33de91fc8ad (diff) | |
download | freebsd-ports-gnome-6d53c3da656609893448aacaa5657330110e9815.tar.gz freebsd-ports-gnome-6d53c3da656609893448aacaa5657330110e9815.tar.zst freebsd-ports-gnome-6d53c3da656609893448aacaa5657330110e9815.zip |
. gammu-python and wx-python are needed while building as well;
. bump PORTREVISION.
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/wammu/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deskutils/wammu/Makefile b/deskutils/wammu/Makefile index 82dfea9cdc9b..36faaf37df60 100644 --- a/deskutils/wammu/Makefile +++ b/deskutils/wammu/Makefile @@ -7,6 +7,7 @@ PORTNAME= wammu PORTVERSION= 0.33 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= http://dl.cihar.com/wammu/v0/ \ http://dl.cihar.com.nyud.net/wammu/v0/ @@ -14,13 +15,14 @@ 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 USE_GETTEXT= yes USE_PYTHON= yes USE_PYDISTUTILS= yes USE_WX= 2.6+ -WX_COMPS= python:run +WX_COMPS= python:lib WX_UNICODE= yes USE_GNOME= pkgconfig |