diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-06-12 01:51:41 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-06-12 01:51:41 +0000 |
commit | b0fe96d7eba67b4568f80f39bcb28000e759e55d (patch) | |
tree | ddd651aaf212fc79843409006f56cfc7d4ab5572 /devel/bglibs/Makefile | |
parent | o Use IGNORE instead of BROKEN: Port does not support 5.x branch (diff) |
o Do not try building this port under both alpha and ia64 ARCHes
o This application does build on those platforms on Debian. A
solution is being sought for FreeBSD.
PR: 53175
Submitted by: maintainer
Diffstat (limited to 'devel/bglibs/Makefile')
-rw-r--r-- | devel/bglibs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/bglibs/Makefile b/devel/bglibs/Makefile index c6d748486307..4aaeae087677 100644 --- a/devel/bglibs/Makefile +++ b/devel/bglibs/Makefile @@ -15,6 +15,8 @@ COMMENT= One stop library package by Bruce Guenter BGLIBS_ROOT?= ${PREFIX} +NOT_FOR_ARCHS= alpha ia64 + DOCS= NEWS README TODO pre-build: |