Scrub pc98 from ARCH definitions. While here, sort ARCHs and clean up.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2017-06-26 22:26:55 +00:00
parent 2fc969b4b7
commit 2e565471a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444417
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ LICENSE= BSD4CLAUSE
WRKSRC= ${WRKDIR}/${PORTNAME}
ONLY_FOR_ARCHS= i386 amd64 pc98
ONLY_FOR_ARCHS= amd64 i386
PLIST_FILES= bin/beep man/man1/beep.1.gz

View File

@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= uses i386 assembler
ONLY_FOR_ARCHS_REASON= uses x86 assembler
GNU_CONFIGURE= yes
USES= autoreconf libtool gmake ncurses

View File

@ -15,7 +15,7 @@ LIB_DEPENDS= libck.so:devel/concurrencykit \
libmemcached.so:databases/libmemcached
BROKEN_powerpc64= Does not build: ld: skipping incompatible /usr/local/lib/libck.so when searching for -lck
ONLY_FOR_ARCHS= amd64 powerpc64 sparc64
ONLY_FOR_ARCHS= amd64 powerpc64 sparc64
USES= autoreconf libtool pathfix pkgconfig
USE_LDCONFIG= yes