diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2010-05-14 14:55:21 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2010-05-14 14:55:21 +0000 |
commit | d75055c148fcf18b13593304a1138750cf268eb0 (patch) | |
tree | 79cbaf3fa8834c5cac153c204581bb1e7613fd4d /comms | |
parent | 46065505ffd748b0d6f4c0db3b2b51e59df3f033 (diff) | |
download | ports-d75055c148fcf18b13593304a1138750cf268eb0.tar.gz ports-d75055c148fcf18b13593304a1138750cf268eb0.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gammu/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile index 952cbacf05e6..710dd11fd47c 100644 --- a/comms/gammu/Makefile +++ b/comms/gammu/Makefile @@ -7,16 +7,18 @@ PORTNAME= gammu PORTVERSION= 1.27.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms MASTER_SITES= http://dl.cihar.com/gammu/releases/ \ http://dl.cihar.com.nyud.net/gammu/releases/ MAINTAINER= bsam@FreeBSD.org -COMMENT= GNU All Mobile Management Utilities. +COMMENT= GNU All Mobile Management Utilities RUN_DEPENDS= cdialog:${PORTSDIR}/devel/cdialog +CONFLICTS= gammu-devel-[1-9]* gammu-python-[1-9]* + CMAKE_ARGS+= -DINSTALL_LIBDATA_DIR=${LOCALBASE}/libdata USE_CMAKE= yes |