diff options
author | olgeni <olgeni@FreeBSD.org> | 2014-06-09 03:51:27 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2014-06-09 03:51:27 +0800 |
commit | e8a20a9bdad9bd3a1cf38614c98d2b1b819a0d3a (patch) | |
tree | 0ad23c2fc638bccd76a5e7adf6ab2f1e78be6ddb /security/gpass/Makefile | |
parent | 485b04218c906f71fa9dc80d92043682adb47cc5 (diff) | |
download | freebsd-ports-gnome-e8a20a9bdad9bd3a1cf38614c98d2b1b819a0d3a.tar.gz freebsd-ports-gnome-e8a20a9bdad9bd3a1cf38614c98d2b1b819a0d3a.tar.zst freebsd-ports-gnome-e8a20a9bdad9bd3a1cf38614c98d2b1b819a0d3a.zip |
Remove all space characters from Makefile assignments.
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt)
Diffstat (limited to 'security/gpass/Makefile')
-rw-r--r-- | security/gpass/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gpass/Makefile b/security/gpass/Makefile index 3d00213d46d7..1d73c9b65b21 100644 --- a/security/gpass/Makefile +++ b/security/gpass/Makefile @@ -18,7 +18,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -export-dynamic MAN1= gpass.1 gpass.ja.1 gpass-convert.1 gpass-convert.ja.1 -USES= pathfix gmake pkgconfig +USES= pathfix gmake pkgconfig USE_GNOME= gnomeprefix gtk20 libgnomeui intltool libglade2 GCONF_SCHEMAS= gpass.schemas |