diff options
author | krion <krion@FreeBSD.org> | 2004-12-17 09:35:28 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-12-17 09:35:28 +0000 |
commit | 09cfd1cc3d4f624d754c69b689376a4e2a3b91a8 (patch) | |
tree | 31f4021db1f2bb03c87ed8986a6dd1f889b358e0 /comms | |
parent | 2a33826e3f0312a9e25efb7391e6aec41ce91d42 (diff) | |
download | FreeBSD-ports-09cfd1cc3d4f624d754c69b689376a4e2a3b91a8.zip FreeBSD-ports-09cfd1cc3d4f624d754c69b689376a4e2a3b91a8.tar.gz |
Since it doesn't build on alpha, use NOT_FOR_ARCHS knob.
PR: ports/75141
Submitted by: maintainer
Diffstat (limited to 'comms')
-rw-r--r-- | comms/xlog/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/xlog/Makefile b/comms/xlog/Makefile index f4a84b1..8d387f3 100644 --- a/comms/xlog/Makefile +++ b/comms/xlog/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://pg4i.mattsnetwork.co.uk/download/ \ MAINTAINER= matt@mattsnetwork.co.uk COMMENT= Amateur Radio logging application +NOT_FOR_ARCHS= alpha + USE_X_PREFIX= yes USE_GNOME= libgnomeprint GNU_CONFIGURE= yes |