1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

- Add NO_ARCH

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-07-12 16:07:05 +00:00
parent 1e748eedae
commit 77a41ef2cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391787

View File

@ -11,8 +11,9 @@ COMMENT= PEAR abstraction of various SASL mechanism responses
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth
RUN_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USES= pear
.include <bsd.port.mk>