diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-29 05:50:37 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-29 05:50:37 +0000 |
commit | 08f994036f886642d0a4866ce3d95862bae1673c (patch) | |
tree | 78e042b2f43d42d8c2a7bf0703177d8781bc24ef | |
parent | forgot bump port revision last commit... (diff) |
This no longer compiles after the open-motif upgrade
HTML.c:62: Xm/ManagerI.h: No such file or directory
HTML.c:63: Xm/TravActI.h: No such file or directory
These two open-motif headers appear to have been removed.
Diffstat (limited to '')
-rw-r--r-- | x11/libhelp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/libhelp/Makefile b/x11/libhelp/Makefile index fffb74dd61bc..854f216e57d8 100644 --- a/x11/libhelp/Makefile +++ b/x11/libhelp/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.informatik.uni-stuttgart.de/pub/libhelp/ MAINTAINER= Lars.Koeller@Uni-Bielefeld.de +BROKEN= "Broken by open-motif upgrade" + USE_MOTIF= YES USE_IMAKE= YES NO_INSTALL_MANPAGES= YES |