diff options
-rw-r--r-- | devel/pkg-config/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/pkg-config/Makefile b/devel/pkg-config/Makefile index 90a409175..1981ae904 100644 --- a/devel/pkg-config/Makefile +++ b/devel/pkg-config/Makefile @@ -3,11 +3,12 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/devel/pkg-config/Makefile,v 1.14 2012/01/16 17:48:14 ahze Exp $ # PORTNAME= pkg-config PORTVERSION= 0.26 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://pkgconfig.freedesktop.org/releases/ DIST_SUBDIR= gnome2 @@ -16,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 |