diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-06 01:25:58 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-06 01:25:58 +0800 |
commit | a0d2d1865904868f6f4976c83f0e6da4a1fde3f7 (patch) | |
tree | 1dbb8af875cfdb70035e167b9ecc9ce0e2f0c2eb /multimedia/dtv | |
parent | fe23a55f64171ae9b1b4e75d6a93b8b207ee554f (diff) | |
download | freebsd-ports-gnome-a0d2d1865904868f6f4976c83f0e6da4a1fde3f7.tar.gz freebsd-ports-gnome-a0d2d1865904868f6f4976c83f0e6da4a1fde3f7.tar.zst freebsd-ports-gnome-a0d2d1865904868f6f4976c83f0e6da4a1fde3f7.zip |
Allow staging as a regular user
Diffstat (limited to 'multimedia/dtv')
-rw-r--r-- | multimedia/dtv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/dtv/Makefile b/multimedia/dtv/Makefile index 50b4835049b3..50e53078281c 100644 --- a/multimedia/dtv/Makefile +++ b/multimedia/dtv/Makefile @@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 MAKE_ENV= X11BASE=${LOCALBASE} +USES= uidfix USE_XORG= xau x11 xext xxf86dga NOT_FOR_ARCHS= sparc64 |