diff options
author | rakuco <rakuco@FreeBSD.org> | 2015-09-12 21:54:18 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2015-09-12 21:54:18 +0800 |
commit | 7bf7a99882a72515bc348d15b65ac7f4af73f334 (patch) | |
tree | 3f22b2c8c8a17ae51c759478fbc15cce27d0c78d | |
parent | 91dd4246f4b55508ecff33985cce55361df7292e (diff) | |
download | freebsd-ports-gnome-7bf7a99882a72515bc348d15b65ac7f4af73f334.tar.gz freebsd-ports-gnome-7bf7a99882a72515bc348d15b65ac7f4af73f334.tar.zst freebsd-ports-gnome-7bf7a99882a72515bc348d15b65ac7f4af73f334.zip |
Set NO_ARCH=yes, we are only shipping gzipped pcf files.
-rw-r--r-- | x11-fonts/uw-ttyp0/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-fonts/uw-ttyp0/Makefile b/x11-fonts/uw-ttyp0/Makefile index 5c57a4eefa86..e746d65ba4c3 100644 --- a/x11-fonts/uw-ttyp0/Makefile +++ b/x11-fonts/uw-ttyp0/Makefile @@ -17,6 +17,7 @@ LICENSE_PERMS_TTYP0= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf HAS_CONFIGURE= yes +NO_ARCH= yes USES= fonts gmake perl5 USE_PERL5= build |