diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-14 04:20:57 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-14 04:20:57 +0000 |
commit | b525ae5416a557151bbbbdc5a8385822fcb631a0 (patch) | |
tree | 12cd7b05f2d908dbf05c6b07a225ae6edf1cb81b /devel | |
parent | Make nethack33 ports a master port and the slaves, and unbreak (diff) |
Fix another problem in the pkgconfig files for these ports. After running
a build of xscreensaver and xscreensaver-gnome, everything looks good.
Reported by: dougb
Diffstat (limited to 'devel')
-rw-r--r-- | devel/glib12/Makefile | 2 | ||||
-rw-r--r-- | devel/glib12/files/patch-glib.pc.in | 10 |
2 files changed, 5 insertions, 7 deletions
diff --git a/devel/glib12/Makefile b/devel/glib12/Makefile index 9faa68f21cf9..cad2fb74b69b 100644 --- a/devel/glib12/Makefile +++ b/devel/glib12/Makefile @@ -7,7 +7,7 @@ PORTNAME= glib PORTVERSION= 1.2.10 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/glib diff --git a/devel/glib12/files/patch-glib.pc.in b/devel/glib12/files/patch-glib.pc.in index 453b04277c49..2685712572de 100644 --- a/devel/glib12/files/patch-glib.pc.in +++ b/devel/glib12/files/patch-glib.pc.in @@ -1,13 +1,11 @@ - -$FreeBSD$ - ---- glib.pc.in 2002/06/10 15:31:17 1.1 -+++ glib.pc.in 2002/06/10 15:31:24 +--- glib.pc.in.orig Wed Nov 29 20:15:33 2000 ++++ glib.pc.in Fri Jun 14 00:07:23 2002 @@ -6,6 +6,6 @@ Name: GLib Description: C Utility Library Version: @VERSION@ -Libs: -L${libdir} -lglib +-Cflags: -I${includedir}/glib-1.2 -I${libdir}/glib/include +Libs: -L${libdir} -lglib12 - Cflags: -I${includedir}/glib-1.2 -I${libdir}/glib/include ++Cflags: -I${includedir} |