1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net-im/gyach/Makefile
Antoine Brodin 0f2a6d2605 Mark broken everywhere
source='aliases.c' object='aliases.o' libtool=no  depfile='.deps/aliases.Po' tmpdepfile='.deps/aliases.TPo'  depmode=gcc3 /bin/sh ../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I..      -O2 -pipe  -fno-strict-aliasing  -Wall -c `test -f aliases.c || echo './'`aliases.c
In file included from aliases.c:31:
gyach.h:66:21: error: gtk/gtk.h: No such file or directory
gyach.h:67:21: error: gdk/gdk.h: No such file or directory

Reported by:	pkg-fallout (since several months)
2014-03-28 21:44:48 +00:00

23 lines
427 B
Makefile

# Created by: Aaron Landwehr <aaron@snaphat.com>
# $FreeBSD$
PORTNAME= gyach
PORTVERSION= 0.9.8
PORTREVISION= 9
CATEGORIES= net-im
MASTER_SITES= http://www4.infi.net/~cpinkham/gyach/code/
MAINTAINER?= aaron@snaphat.com
COMMENT= Gyach is a GTK+ based Yahoo! Chat client
GNU_CONFIGURE= yes
LDFLAGS+= ${PTHREAD_LIBS}
CFLAGS+= ${PTHREAD_CFLAGS}
USE_GNOME= gtk20
NO_STAGE= yes
BROKEN= Does not compile
.include <bsd.port.mk>