aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-09-26 17:20:32 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-09-26 17:20:32 +0000
commit836ad46d4a8419ccda7c5a2faf76e59ff9a372d3 (patch)
tree58a166c6a27a82507187881fcf5be1b4e745ab03 /deskutils
parent86db3fb43e263dc2532875741c436d701d83442e (diff)
downloadports-836ad46d4a8419ccda7c5a2faf76e59ff9a372d3.tar.gz
ports-836ad46d4a8419ccda7c5a2faf76e59ff9a372d3.zip
- Change maintainer email to @FreeBSD.org
- Convert LIB_DEPENDS to new syntax - Add staging support Approved by: wg (mentor)
Notes
Notes: svn path=/head/; revision=328396
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/libopensync-plugin-vformat-devel/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/deskutils/libopensync-plugin-vformat-devel/Makefile b/deskutils/libopensync-plugin-vformat-devel/Makefile
index bae76462972f..324d2fc8efa8 100644
--- a/deskutils/libopensync-plugin-vformat-devel/Makefile
+++ b/deskutils/libopensync-plugin-vformat-devel/Makefile
@@ -7,17 +7,16 @@ CATEGORIES= deskutils
MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/
PKGNAMESUFFIX= -devel
-MAINTAINER= danilogondolfo@gmail.com
+MAINTAINER= danilo@FreeBSD.org
COMMENT= Vformat plugin for the OpenSync framework
-LIB_DEPENDS= opensync:${PORTSDIR}/devel/libopensync
+LIB_DEPENDS= libopensync.so:${PORTSDIR}/devel/libopensync
USE_BZIP2= yes
USES= cmake iconv pkgconfig
CMAKE_ARGS+= -Wno-dev
CFLAGS+= "-I${LOCALBASE}/include"
-NO_STAGE= yes
pre-patch:
@${REINPLACE_CMD} -e "/FIND_PACKAGE( Check )/d" ${WRKSRC}/CMakeLists.txt
@${REINPLACE_CMD} -e "s|MESSAGE|# MESSAGE|" \