diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-10-12 16:11:09 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-10-12 16:11:09 +0800 |
commit | 8e849479fa2c340dea51d00680b69c9ba33f29eb (patch) | |
tree | a3b5625f4213942551af85fc5dfdc3773f150760 /security | |
parent | 1b0d3fef43cea1ec1f6fccd4dfacdc43207733fa (diff) | |
download | freebsd-ports-gnome-8e849479fa2c340dea51d00680b69c9ba33f29eb.tar.gz freebsd-ports-gnome-8e849479fa2c340dea51d00680b69c9ba33f29eb.tar.zst freebsd-ports-gnome-8e849479fa2c340dea51d00680b69c9ba33f29eb.zip |
Add NO_ARCH
Approved by: portmgr (blanket)
Diffstat (limited to 'security')
-rw-r--r-- | security/sinfp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/sinfp/Makefile b/security/sinfp/Makefile index 47a0d45c5c32..3a2defcad4ab 100644 --- a/security/sinfp/Makefile +++ b/security/sinfp/Makefile @@ -15,6 +15,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST= "" PLIST_FILES= bin/${PORTNAME} \ %%DATADIR%%/${PORTNAME}.db +NO_ARCH= yes NO_BUILD= yes MASTERDIR= ${.CURDIR}/../p5-Net-SinFP DBDATE= 20110125 |