diff options
author | asami <asami@FreeBSD.org> | 1998-08-24 07:13:53 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-24 07:13:53 +0000 |
commit | 7cc0a83669a95d880daf3ee3fe1ec208093fbe60 (patch) | |
tree | 77caf1639088ca1060f2312167f623b2dafd922c | |
parent | e3b0e546ad0fd3bde01cdf168928656307243682 (diff) | |
download | FreeBSD-ports-7cc0a83669a95d880daf3ee3fe1ec208093fbe60.zip FreeBSD-ports-7cc0a83669a95d880daf3ee3fe1ec208093fbe60.tar.gz |
Another port that broke with the gtk movement. Vanilla? :)
Satoshi
-------
===> Building for yagirc-0.65
cc -O2 -pipe -DUNIX -DPREFIX=\"/usr/local\" -DUSE_PTHREADS -I/usr/X11R6/lib/glib/include -I/usr/X11R6/include -I/usr/local/lib/glib/include -I/usr/local/include -DUSE_GUI -DUSE_SCRIPT -I/usr/local/lib/perl5/i386-freebsd/5.00404/CORE -I/usr/X11R6/lib/glib/include -I/usr/X11R6/include -I/usr/local/lib/glib/include -I/usr/local/include -DUSE_GUI -c dcc.c -o dcc.o
dcc.c:36: glib.h: No such file or directory
In file included from data.h:26,
from dcc.h:4,
from dcc.c:39:
gui.h:10: gdk/gdk.h: No such file or directory
gui.h:11: gtk/gtk.h: No such file or directory
-rw-r--r-- | irc/yagirc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/irc/yagirc/Makefile b/irc/yagirc/Makefile index 75b8f20c..76e01a9 100644 --- a/irc/yagirc/Makefile +++ b/irc/yagirc/Makefile @@ -3,7 +3,7 @@ # Date created: 6 July 1998 # Whom: mph # -# $Id: Makefile,v 1.3 1998/08/04 00:52:20 mph Exp $ +# $Id: Makefile,v 1.4 1998/08/07 23:56:44 asami Exp $ # DISTNAME= yagirc-0.65 @@ -15,6 +15,8 @@ MAINTAINER= mph@freebsd.org LIB_DEPENDS= gtk\\.1\\.\[345\]:${PORTSDIR}/x11-toolkits/gtk \ Imlib\\.1\\.7:${PORTSDIR}/graphics/imlib +BROKEN= gtk + USE_GMAKE= yes USE_PERL5= yes |