diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-25 03:22:52 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-25 03:22:52 +0800 |
commit | af92ad45cb6960e2659813db5feb35430f2b303d (patch) | |
tree | 01f8b1bed5cec9721af3d3a7d59d50d4bb1f48ef /audio/play | |
parent | e191d171cd0a0434d627f8847c735b16b1dec984 (diff) | |
download | freebsd-ports-gnome-af92ad45cb6960e2659813db5feb35430f2b303d.tar.gz freebsd-ports-gnome-af92ad45cb6960e2659813db5feb35430f2b303d.tar.zst freebsd-ports-gnome-af92ad45cb6960e2659813db5feb35430f2b303d.zip |
Allow staging as a regular user
Diffstat (limited to 'audio/play')
-rw-r--r-- | audio/play/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/play/Makefile b/audio/play/Makefile index d10830cba8e8..6bcdf939de03 100644 --- a/audio/play/Makefile +++ b/audio/play/Makefile @@ -12,6 +12,7 @@ COMMENT= Simple audio file player CONFLICTS= sox-[0-9]* +USES= uidfix MAKE_ARGS= CFLAGS="${CFLAGS}" MANDIR="${PREFIX}/man/ja/man" BINDIR="${PREFIX}/bin" PLIST_FILES= bin/play man/ja/man1/play.1.gz |