diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-07 19:43:55 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-07 19:43:55 +0800 |
commit | 3979e2660a5b3ee41254d3ef30622353ffa08a7b (patch) | |
tree | 25ac53b7c74d5517d8aada1b32ae19141dae897a /textproc/fixrtf | |
parent | d004c011c7910c108e7d772562af1f66a5a83303 (diff) | |
download | freebsd-ports-gnome-3979e2660a5b3ee41254d3ef30622353ffa08a7b.tar.gz freebsd-ports-gnome-3979e2660a5b3ee41254d3ef30622353ffa08a7b.tar.zst freebsd-ports-gnome-3979e2660a5b3ee41254d3ef30622353ffa08a7b.zip |
Allow staging as a regular user
Diffstat (limited to 'textproc/fixrtf')
-rw-r--r-- | textproc/fixrtf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/fixrtf/Makefile b/textproc/fixrtf/Makefile index 7d30c6e1ef3c..72a0bfdd8808 100644 --- a/textproc/fixrtf/Makefile +++ b/textproc/fixrtf/Makefile @@ -16,8 +16,8 @@ COMMENT= Patch making it possible to embed PNGs into RTFs LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png +USES= uidfix WRKSRC= ${WRKDIR}/src - SRC= ${.CURDIR}/src do-fetch: |