diff options
author | krion <krion@FreeBSD.org> | 2004-12-17 17:35:28 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-12-17 17:35:28 +0800 |
commit | 09cfd1cc3d4f624d754c69b689376a4e2a3b91a8 (patch) | |
tree | 31f4021db1f2bb03c87ed8986a6dd1f889b358e0 /comms/xlog | |
parent | 2a33826e3f0312a9e25efb7391e6aec41ce91d42 (diff) | |
download | freebsd-ports-gnome-09cfd1cc3d4f624d754c69b689376a4e2a3b91a8.tar.gz freebsd-ports-gnome-09cfd1cc3d4f624d754c69b689376a4e2a3b91a8.tar.zst freebsd-ports-gnome-09cfd1cc3d4f624d754c69b689376a4e2a3b91a8.zip |
Since it doesn't build on alpha, use NOT_FOR_ARCHS knob.
PR: ports/75141
Submitted by: maintainer
Diffstat (limited to 'comms/xlog')
-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 f4a84b1c83dd..8d387f359b9f 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 |