From 9e054865a2f7a528c512a3506e4ae3a96e33d161 Mon Sep 17 00:00:00 2001 From: sobomax Date: Mon, 10 Jun 2002 15:33:34 +0000 Subject: Correct gtk+/glib libraries names in .pc files. Submitted by: alfred --- x11-toolkits/gtk12/Makefile | 2 +- x11-toolkits/gtk12/files/patch-gtk+.pc.in | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 x11-toolkits/gtk12/files/patch-gtk+.pc.in (limited to 'x11-toolkits') diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile index 1d7b27e1feb..66dcc772f13 100644 --- a/x11-toolkits/gtk12/Makefile +++ b/x11-toolkits/gtk12/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk PORTVERSION= 1.2.10 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gtk+ diff --git a/x11-toolkits/gtk12/files/patch-gtk+.pc.in b/x11-toolkits/gtk12/files/patch-gtk+.pc.in new file mode 100644 index 00000000000..dc05caf18bd --- /dev/null +++ b/x11-toolkits/gtk12/files/patch-gtk+.pc.in @@ -0,0 +1,12 @@ + +$FreeBSD$ + +--- gtk+.pc.in 2002/06/10 15:32:34 1.1 ++++ gtk+.pc.in 2002/06/10 15:32:40 +@@ -7,5 +7,5 @@ + Description: GIMP Tool Kit + Version: @VERSION@ + Requires: gdk +-Libs: -L${libdir} -lgtk ++Libs: -L${libdir} -lgtk12 + Cflags: -- cgit