Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 2013 15:13:27 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328144 - head/deskutils/wammu
Message-ID:  <201309241513.r8OFDRCN054782@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Tue Sep 24 15:13:26 2013
New Revision: 328144
URL: http://svnweb.freebsd.org/changeset/ports/328144

Log:
  . STAGE'ify;
  . use LIB_DEPENDS instead of BUILD_DEPENDS and RUN_DEPENDS;
  . pet portlint: make COMMENT a bit shorter.

Modified:
  head/deskutils/wammu/Makefile

Modified: head/deskutils/wammu/Makefile
==============================================================================
--- head/deskutils/wammu/Makefile	Tue Sep 24 15:11:03 2013	(r328143)
+++ head/deskutils/wammu/Makefile	Tue Sep 24 15:13:26 2013	(r328144)
@@ -9,12 +9,11 @@ MASTER_SITES=		http://dl.cihar.com/wammu
 			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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309241513.r8OFDRCN054782>