diff options
author | danilo <danilo@FreeBSD.org> | 2014-04-26 22:54:39 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2014-04-26 22:54:39 +0800 |
commit | 68497bff4206beb64453a4981220baf80f4ecfff (patch) | |
tree | adf8bf2c115c12c533b7a4132feaebf38b0f92a2 /deskutils | |
parent | 4e7abb04b848f4c7568e6daf04f54e3fa0e435f0 (diff) | |
download | freebsd-ports-gnome-68497bff4206beb64453a4981220baf80f4ecfff.tar.gz freebsd-ports-gnome-68497bff4206beb64453a4981220baf80f4ecfff.tar.zst freebsd-ports-gnome-68497bff4206beb64453a4981220baf80f4ecfff.zip |
- Convert USE_BZIP2 to USES
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/libopensync-plugin-vformat-devel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/libopensync-plugin-vformat-devel/Makefile b/deskutils/libopensync-plugin-vformat-devel/Makefile index 324d2fc8efa8..6c747b07644c 100644 --- a/deskutils/libopensync-plugin-vformat-devel/Makefile +++ b/deskutils/libopensync-plugin-vformat-devel/Makefile @@ -12,8 +12,7 @@ COMMENT= Vformat plugin for the OpenSync framework LIB_DEPENDS= libopensync.so:${PORTSDIR}/devel/libopensync -USE_BZIP2= yes -USES= cmake iconv pkgconfig +USES= cmake iconv pkgconfig tar:bzip2 CMAKE_ARGS+= -Wno-dev CFLAGS+= "-I${LOCALBASE}/include" |