diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-05 05:06:43 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-05 05:06:43 +0800 |
commit | 1c1b6d5f8d5ee699196e2abd5185d07cc772acc3 (patch) | |
tree | 08c4104bda837a84f7c296bb615b0d1cd0790165 /textproc | |
parent | be000091d55e61d168d318aea3f6de7b7c26702c (diff) | |
download | freebsd-ports-gnome-1c1b6d5f8d5ee699196e2abd5185d07cc772acc3.tar.gz freebsd-ports-gnome-1c1b6d5f8d5ee699196e2abd5185d07cc772acc3.tar.zst freebsd-ports-gnome-1c1b6d5f8d5ee699196e2abd5185d07cc772acc3.zip |
- Add NO_ARCH
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/txt2man/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/txt2man/Makefile b/textproc/txt2man/Makefile index 75f611d7ddfa..9fcd5aa04009 100644 --- a/textproc/txt2man/Makefile +++ b/textproc/txt2man/Makefile @@ -17,6 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= cpe gmake MAKE_ENV= prefix=${STAGEDIR}${PREFIX} +NO_ARCH= yes CPE_VENDER= marc_vertes |