diff options
-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> |