diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-11-19 11:49:04 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-11-19 11:49:04 +0000 |
commit | af3811313c14afb06fe2d1f6158e3e431bbfc2b6 (patch) | |
tree | 1ad98a4e8faecd0e2fa9ac2c18e65da4cf89c236 /devel/libdbusmenu | |
parent | c7d4d6bd7ef6ff4955eab2863a5c6e2feb14b839 (diff) | |
download | ports-af3811313c14afb06fe2d1f6158e3e431bbfc2b6.tar.gz ports-af3811313c14afb06fe2d1f6158e3e431bbfc2b6.zip |
Notes
Diffstat (limited to 'devel/libdbusmenu')
-rw-r--r-- | devel/libdbusmenu/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/libdbusmenu/Makefile b/devel/libdbusmenu/Makefile index 5852833b5ea8..990866d03804 100644 --- a/devel/libdbusmenu/Makefile +++ b/devel/libdbusmenu/Makefile @@ -15,13 +15,14 @@ LICENSE_COMB= multi LICENSE_DISTFILES= ${WRKSRC}/COPYING-GPL3 ${WRKSRC}/COPYING.2.1 \ ${WRKSRC}/COPYING -BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen \ - gtkdoc-check:${PORTSDIR}/textproc/gtk-doc +BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala \ + gtkdoc-check:${PORTSDIR}/textproc/gtk-doc LIB_DEPENDS= libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib GNU_CONFIGURE= yes -USES= gmake pkgconfig pathfix libtool -USE_GNOME= glib20 intltool intlhack libxslt introspection:build +USES= gmake pkgconfig pathfix libtool +USE_GNOME= gnomedocutils:build glib20 intltool intlhack libxslt \ + introspection:build USE_XORG= x11 USE_LDCONFIG= yes |