diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-22 07:52:51 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-22 07:52:51 +0000 |
commit | 86f2ce6319c94bcb03b664ab64a3b0a688ad59d9 (patch) | |
tree | 2f36dc46a22d9cb110fc5310b90cd7ec4a8d8876 /math/geg | |
parent | 8cc68793001915a1d8538d9fdd5075a7bb105353 (diff) | |
download | ports-86f2ce6319c94bcb03b664ab64a3b0a688ad59d9.tar.gz ports-86f2ce6319c94bcb03b664ab64a3b0a688ad59d9.zip |
Mark this port broken:
===
cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include -O -pipe -Wall -c about.c
In file included from about.c:10:
about.h:4: gtk/gtk.h: No such file or directory
Notes
Notes:
svn path=/head/; revision=15480
Diffstat (limited to 'math/geg')
-rw-r--r-- | math/geg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/geg/Makefile b/math/geg/Makefile index 305054625746..13ba4d6eb98c 100644 --- a/math/geg/Makefile +++ b/math/geg/Makefile @@ -3,7 +3,7 @@ # Date created: 8 Aug 1998 # Whom: rom # -# $Id: Makefile,v 1.4 1998/11/18 17:33:50 vanilla Exp $ +# $Id: Makefile,v 1.5 1998/11/23 08:32:08 asami Exp $ # DISTNAME= geg-0.15.0 @@ -14,6 +14,7 @@ MAINTAINER= rom_glsa@ein-hashofet.co.il LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 +BROKEN= build USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes |