diff options
author | danilo <danilo@FreeBSD.org> | 2013-09-27 01:20:32 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-09-27 01:20:32 +0800 |
commit | eb7376a62aab5ff097e4fd626523a8400afce5ca (patch) | |
tree | 58a166c6a27a82507187881fcf5be1b4e745ab03 /deskutils/libopensync-plugin-vformat-devel | |
parent | 117233b3eabb7c46b08cf3e7d5ddabfc97b55444 (diff) | |
download | freebsd-ports-gnome-eb7376a62aab5ff097e4fd626523a8400afce5ca.tar.gz freebsd-ports-gnome-eb7376a62aab5ff097e4fd626523a8400afce5ca.tar.zst freebsd-ports-gnome-eb7376a62aab5ff097e4fd626523a8400afce5ca.zip |
- Change maintainer email to @FreeBSD.org
- Convert LIB_DEPENDS to new syntax
- Add staging support
Approved by: wg (mentor)
Diffstat (limited to 'deskutils/libopensync-plugin-vformat-devel')
-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|" \ |