diff options
Diffstat (limited to 'devel/pkg-config')
-rw-r--r-- | devel/pkg-config/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pkg-config/Makefile b/devel/pkg-config/Makefile index 1981ae904..e8fe57e0b 100644 --- a/devel/pkg-config/Makefile +++ b/devel/pkg-config/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/pkg-config/Makefile,v 1.14 2012/01/16 17:48:14 ahze Exp $ +# $MCom: ports/devel/pkg-config/Makefile,v 1.15 2012/01/16 18:15:49 ahze Exp $ # PORTNAME= pkg-config @@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A utility to retrieve information about installed libraries USE_CSTD= gnu89 -USE_GNOME= glib20 +USE_GNOME= _glib20 USE_GMAKE= yes GNU_CONFIGURE= yes |