mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
af51896581
../../src/gtk--/container.h: In function `static void Gtk_Container::cpp_class_init(struct _GtkContainerClass *, struct Gtk_c_signals_Container *)': In file included from ../../src/gtk--/bin.h:8, from ../../src/gtk--/alignment.h:8, from ../../src/gtk--.h:208, from gtk--.cc:31: ../../src/gtk--/container.h:242: `struct _GtkContainerClass' has no member named `foreach' ../../src/gtk--/container.h:243: `struct _GtkContainerClass' has no member named `foreach' gmake[4]: *** [gtk--.lo] Error 1 gmake[4]: Leaving directory `/usr/ports/x11-toolkits/gtk--/work/Gtk---0.9.14/src/gtk--'
32 lines
755 B
Makefile
32 lines
755 B
Makefile
# New ports collection makefile for: gtk--
|
|
# Version required: 0.9.14
|
|
# Date created: 11 May 1998
|
|
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
|
#
|
|
# $Id: Makefile,v 1.3 1998/09/22 22:55:55 asami Exp $
|
|
#
|
|
|
|
DISTNAME= Gtk---0.9.14
|
|
PKGNAME= gtk---0.9.14
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/gtk--/
|
|
|
|
MAINTAINER= Nakai@technologist.com
|
|
|
|
BROKEN_ELF= yes
|
|
|
|
LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11
|
|
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
|
|
|
# Why gtk11 port renames gtk-config to gtk11-config? (patch-ae)
|
|
#GNU_CONFIGURE= yes
|
|
USE_AUTOCONF= yes
|
|
# for the future GNOME support
|
|
#CONFIGURE_ARGS= --with-gnome=${X11BASE}
|
|
USE_GMAKE= yes
|
|
|
|
post-install:
|
|
${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|