diff options
author | pawel <pawel@FreeBSD.org> | 2015-12-31 06:48:15 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2015-12-31 06:48:15 +0800 |
commit | f0c0cad82de44a7e0fbf789c87864ae0162d5a5e (patch) | |
tree | 4d73473c5ac1e3c25fd12b5922323b19759fb1f2 /net-mgmt/zabbix22-frontend | |
parent | 62cce99c940eb68b529a5caf8124a6a68dd259c9 (diff) | |
download | freebsd-ports-gnome-f0c0cad82de44a7e0fbf789c87864ae0162d5a5e.tar.gz freebsd-ports-gnome-f0c0cad82de44a7e0fbf789c87864ae0162d5a5e.tar.zst freebsd-ports-gnome-f0c0cad82de44a7e0fbf789c87864ae0162d5a5e.zip |
- Switch to our framework's USES=execinfo
- Use EXECINFO_CPPFLAGS and EXECINFO_LDFLAGS to fix detection of
libexecinfo on FreeBSD 9.x
- Mark frontend ports as NO_ARCH
PR: 205740
Submitted by: myself
Approved by: maintainer
Diffstat (limited to 'net-mgmt/zabbix22-frontend')
-rw-r--r-- | net-mgmt/zabbix22-frontend/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/zabbix22-frontend/Makefile b/net-mgmt/zabbix22-frontend/Makefile index 694d61c28580..0e3e21ca6e3f 100644 --- a/net-mgmt/zabbix22-frontend/Makefile +++ b/net-mgmt/zabbix22-frontend/Makefile @@ -8,6 +8,7 @@ PKGNAMESUFFIX= -frontend MASTERDIR= ${.CURDIR}/../zabbix22-server NO_BUILD= yes +NO_ARCH= yes PATCHDIR= PLIST= ${PKGDIR}/pkg-plist.frontend |