1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

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
This commit is contained in:
Satoshi Asami 1998-08-24 07:13:53 +00:00
parent e4bd3d9abd
commit 2041e55724
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12802

View File

@ -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