diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-06 21:04:30 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-06 21:04:30 +0800 |
commit | aab460e89d4978d9d772306da8e1eabbd7db054a (patch) | |
tree | 326337b5c539b9a55d470dfc9f69d3a2715ecc0e /editors/fb | |
parent | eeb472557d3941f8bafa2d1e99d08c97fb8c3146 (diff) | |
download | freebsd-ports-gnome-aab460e89d4978d9d772306da8e1eabbd7db054a.tar.gz freebsd-ports-gnome-aab460e89d4978d9d772306da8e1eabbd7db054a.tar.zst freebsd-ports-gnome-aab460e89d4978d9d772306da8e1eabbd7db054a.zip |
Allow staging as regular user
Diffstat (limited to 'editors/fb')
-rw-r--r-- | editors/fb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/fb/Makefile b/editors/fb/Makefile index f2922276f63e..0bf9dfa10bab 100644 --- a/editors/fb/Makefile +++ b/editors/fb/Makefile @@ -15,6 +15,7 @@ NO_WRKSUBDIR= Yes PLIST_FILES= bin/fb \ man/man1/fb.1.gz +USES= uidfix MAKEFILE= ${FILESDIR}/Makefile.in MAKE_ARGS+= PREFIX="${PREFIX}" |