diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-11 22:41:43 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-11 22:41:43 +0800 |
commit | bf44b2639f98a7888a94d9bab2531a8b06ca7e0b (patch) | |
tree | f1dea74e4ff4bc02c2c62eec62f00f99f212241a /editors/fte | |
parent | fea94671c1a74fdb73311f6829470844e58aa7ca (diff) | |
download | freebsd-ports-gnome-bf44b2639f98a7888a94d9bab2531a8b06ca7e0b.tar.gz freebsd-ports-gnome-bf44b2639f98a7888a94d9bab2531a8b06ca7e0b.tar.zst freebsd-ports-gnome-bf44b2639f98a7888a94d9bab2531a8b06ca7e0b.zip |
- Fix build as non-root
Diffstat (limited to 'editors/fte')
-rw-r--r-- | editors/fte/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/fte/Makefile b/editors/fte/Makefile index cd1ad8bf0b9d..0d31fe73e63c 100644 --- a/editors/fte/Makefile +++ b/editors/fte/Makefile @@ -22,6 +22,7 @@ USE_PERL5= build USE_XORG= x11 xpm CFLAGS+= -DHAVE_STRLCAT -DHAVE_STRLCPY +MAKE_ENV= INSTALL_NONROOT=1 OPTIONS_DEFINE= DOCS |