diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2018-09-05 10:05:29 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2018-09-05 10:05:29 +0000 |
commit | b1e378eade57987a5a9a5c906322f69b7b7b4f2c (patch) | |
tree | 405068109a97d918604b2a693cc412458636caad /net/grsync | |
parent | a6c3a53dc4d19e026f955fdab8f46d580e2ac128 (diff) | |
download | ports-b1e378eade57987a5a9a5c906322f69b7b7b4f2c.tar.gz ports-b1e378eade57987a5a9a5c906322f69b7b7b4f2c.zip |
Notes
Diffstat (limited to 'net/grsync')
-rw-r--r-- | net/grsync/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/grsync/Makefile b/net/grsync/Makefile index 635e4859d581..92c17f624a46 100644 --- a/net/grsync/Makefile +++ b/net/grsync/Makefile @@ -20,7 +20,7 @@ CONFIGURE_ARGS+= --disable-unity CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USES= desktop-file-utils gettext gmake \ +USES= desktop-file-utils gettext gmake gnome \ pkgconfig shared-mime-info shebangfix USE_GNOME= gtk20 intltool SHEBANG_FILES= src/grsync-batch |