diff options
author | martymac <martymac@FreeBSD.org> | 2018-01-25 19:07:50 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2018-01-25 19:07:50 +0800 |
commit | 34183ec92f0b5dbd858176a8d7a5fb170101d211 (patch) | |
tree | 563a40b6ae1519cfbef58e63b360c073f2240e7b /net/grsync | |
parent | f5b40e00d62e1d653598ba2b81a474dae5540cfd (diff) | |
download | freebsd-ports-gnome-34183ec92f0b5dbd858176a8d7a5fb170101d211.tar.gz freebsd-ports-gnome-34183ec92f0b5dbd858176a8d7a5fb170101d211.tar.zst freebsd-ports-gnome-34183ec92f0b5dbd858176a8d7a5fb170101d211.zip |
Make portlint happier with my ports (reorder variables)
Diffstat (limited to 'net/grsync')
-rw-r--r-- | net/grsync/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/grsync/Makefile b/net/grsync/Makefile index c7f26f786ffa..635e4859d581 100644 --- a/net/grsync/Makefile +++ b/net/grsync/Makefile @@ -15,18 +15,18 @@ LICENSE= GPLv2 RUN_DEPENDS= rsync:net/rsync \ bash:shells/bash -USE_GNOME= gtk20 intltool +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --disable-unity +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + USES= desktop-file-utils gettext gmake \ pkgconfig shared-mime-info shebangfix +USE_GNOME= gtk20 intltool SHEBANG_FILES= src/grsync-batch -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --disable-unity INSTALLS_ICONS= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls |