diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 13:11:05 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 13:11:05 +0000 |
commit | b4f4d38cda284d4322386d518d01a1032ed14ddc (patch) | |
tree | 2ba12c15c9bd2ffd904012b6f31d3d69691ff59f /sysutils/rdup | |
parent | My bad, forgot to remove BROKEN :( (diff) |
sysutils: Add missing USES={gnome,mate,php}
Notes
Notes:
svn path=/head/; revision=517057
Diffstat (limited to 'sysutils/rdup')
-rw-r--r-- | sysutils/rdup/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/rdup/Makefile b/sysutils/rdup/Makefile index 9121f04c5839..7189033a341b 100644 --- a/sysutils/rdup/Makefile +++ b/sysutils/rdup/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpcre.so:devel/pcre \ libnettle.so:security/nettle -USES= autoreconf gmake libarchive pkgconfig +USES= autoreconf gmake gnome libarchive pkgconfig USE_GNOME= glib20 USE_GITHUB= yes GH_ACCOUNT= miekg |