diff options
Diffstat (limited to 'devel/pkg-config/Makefile')
-rw-r--r-- | devel/pkg-config/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/pkg-config/Makefile b/devel/pkg-config/Makefile index 742b418057fe..4a66677fc427 100644 --- a/devel/pkg-config/Makefile +++ b/devel/pkg-config/Makefile @@ -3,19 +3,21 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ +# $MCom: ports/devel/pkgconfig/Makefile,v 1.6 2005/10/14 20:39:57 adamw Exp $ # PORTNAME= pkgconfig -PORTVERSION= 0.17.2 +PORTVERSION= 0.19 CATEGORIES= devel MASTER_SITES= http://pkgconfig.freedesktop.org/releases/ +DISTNAME= pkg-config-${PORTVERSION} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A utility to retrieve information about installed libraries USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnometarget LIBTOOLFILES= glib-1.2.8/configure LIBTOOLFLAGS= --disable-ltlibs \ |