Index: head/x11-toolkits/gtkglarea2/Makefile =================================================================== --- head/x11-toolkits/gtkglarea2/Makefile (revision 496634) +++ head/x11-toolkits/gtkglarea2/Makefile (revision 496635) @@ -1,25 +1,28 @@ # Created by: Marc Recht # $FreeBSD$ -# $MCom: ports/x11-toolkits/gtkglarea2/Makefile,v 1.2 2006/09/10 00:51:17 mezz Exp $ PORTNAME= gtkglarea PORTVERSION= 2.0.1 PORTREVISION= 9 CATEGORIES= x11-toolkits MASTER_SITES= GNOME DISTNAME= gtkglarea-${PORTVERSION} DIST_SUBDIR= gnome2 -MAINTAINER= gnome@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= OpenGL widget for the GTK+2 GUI toolkit -USES= compiler:c++11-lang libtool:keepla pathfix pkgconfig tar:bzip2 -USE_GNOME= gtk20 -USE_GL= yes +LIB_DEPENDS= libfreetype.so:print/freetype2 \ + libfontconfig.so:x11-fonts/fontconfig + +USES= compiler:c++11-lang gl gnome libtool:keepla pathfix pkgconfig tar:bzip2 +USE_GNOME= cairo gdkpixbuf2 gtk20 +USE_GL= gl glu USE_LDCONFIG= yes + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lib-GL INSTALL_TARGET= install-strip LIBS+= -lm .include Index: head/x11-toolkits/gtkglarea2/files/patch-Makefile.in =================================================================== --- head/x11-toolkits/gtkglarea2/files/patch-Makefile.in (nonexistent) +++ head/x11-toolkits/gtkglarea2/files/patch-Makefile.in (revision 496635) @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2019-03-23 10:53:10 UTC ++++ Makefile.in +@@ -208,7 +208,7 @@ top_srcdir = @top_srcdir@ + # use the ACLOCAL_FLAGS env var when rerunning aclocal + ACLOCAL_FLAGS = + ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} +-SUBDIRS = gtkgl examples docs # build ++SUBDIRS = gtkgl docs # build + pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = gtkgl-2.0.pc + EXTRA_DIST = \ Property changes on: head/x11-toolkits/gtkglarea2/files/patch-Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property