diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 22:19:47 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 22:19:47 +0800 |
commit | 1d3586a0baa7ccd21561f0c071509292255ef82b (patch) | |
tree | be1a793fa09a6f35ba37b4c35d7afa77ca75df49 /deskutils | |
parent | dd77c89b3a4b905965836dc3d380de068434998f (diff) | |
download | freebsd-ports-gnome-1d3586a0baa7ccd21561f0c071509292255ef82b.tar.gz freebsd-ports-gnome-1d3586a0baa7ccd21561f0c071509292255ef82b.tar.zst freebsd-ports-gnome-1d3586a0baa7ccd21561f0c071509292255ef82b.zip |
Add an explicit dependency on pkgconfig
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/libopensync-plugin-vformat-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/libopensync-plugin-vformat-devel/Makefile b/deskutils/libopensync-plugin-vformat-devel/Makefile index 73f227791c21..b09b6059c427 100644 --- a/deskutils/libopensync-plugin-vformat-devel/Makefile +++ b/deskutils/libopensync-plugin-vformat-devel/Makefile @@ -13,7 +13,7 @@ COMMENT= Vformat plugin for the OpenSync framework LIB_DEPENDS= opensync:${PORTSDIR}/devel/libopensync USE_BZIP2= yes -USES= cmake iconv +USES= cmake iconv pkgconfig CMAKE_ARGS+= -Wno-dev CFLAGS+= "-I${LOCALBASE}/include" |