mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
0f2a6d2605
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)
23 lines
427 B
Makefile
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>
|