diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-09-26 17:20:32 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-09-26 17:20:32 +0000 |
commit | 836ad46d4a8419ccda7c5a2faf76e59ff9a372d3 (patch) | |
tree | 58a166c6a27a82507187881fcf5be1b4e745ab03 /deskutils | |
parent | 86db3fb43e263dc2532875741c436d701d83442e (diff) |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/libopensync-plugin-vformat-devel/Makefile | 5 |
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|" \ |