diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-09-24 15:13:26 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-09-24 15:13:26 +0000 |
commit | 1f171325686fff449edcdc221987d6e02ccf5ba2 (patch) | |
tree | 34402d547d77a9b44c1922ff0d517b0f0ae3b130 /deskutils | |
parent | 9ef88fa4a0c25646b4a2a1e1e54e76d6294f06e6 (diff) |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/wammu/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/deskutils/wammu/Makefile b/deskutils/wammu/Makefile index 6e320a61dffb..b4efe62ab50b 100644 --- a/deskutils/wammu/Makefile +++ b/deskutils/wammu/Makefile @@ -9,12 +9,11 @@ MASTER_SITES= http://dl.cihar.com/wammu/v0/ \ http://dl.cihar.com.nyud.net/wammu/v0/ MAINTAINER= bsam@FreeBSD.org -COMMENT= GUI program to manage contacts, todos, calendar, and messages in your phone +COMMENT= GUI manager of contacts, todos, calendar, and messages in your phone LICENSE= GPLv2 -BUILD_DEPENDS+= gammu:${PORTSDIR}/comms/gammu -RUN_DEPENDS+= gammu:${PORTSDIR}/comms/gammu +LIB_DEPENDS+= libGammu.so:${PORTSDIR}/comms/gammu USES= gettext pkgconfig USE_PYTHON= yes @@ -26,5 +25,4 @@ WX_UNICODE= yes MANLANG= "" cs de it nl pt_BR es fr ru sk MAN1= wammu.1 wammu-configure.1 -NO_STAGE= yes .include <bsd.port.mk> |