diff options
author | ade <ade@FreeBSD.org> | 2001-05-23 00:45:47 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-05-23 00:45:47 +0000 |
commit | 240164ffc5a306708c7eab6943cd16765e72d623 (patch) | |
tree | 3818b978121161e6ff53f681aa5619a0fab67b87 /devel/pkg-config | |
parent | 23053bb7e3de53cf1450bae2c3efaa5e76c4b992 (diff) | |
download | FreeBSD-ports-240164ffc5a306708c7eab6943cd16765e72d623.zip FreeBSD-ports-240164ffc5a306708c7eab6943cd16765e72d623.tar.gz |
Add the gtk+ distfile for extraction purposes, rather than depending on
gtk12, since this causes an infinite loop when we add pkgconfig capability
to gtk12 and friends shortly.
Diffstat (limited to 'devel/pkg-config')
-rw-r--r-- | devel/pkg-config/Makefile | 6 | ||||
-rw-r--r-- | devel/pkg-config/distinfo | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/pkg-config/Makefile b/devel/pkg-config/Makefile index b3e2155..96ba5f6 100644 --- a/devel/pkg-config/Makefile +++ b/devel/pkg-config/Makefile @@ -7,13 +7,14 @@ PORTNAME= pkgconfig PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gnome@FreeBSD.org -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/devel/glib12:patch +DISTFILES= pkgconfig-0.5.0.tar.gz glib-1.2.10.tar.gz USE_GMAKE= yes USE_LIBTOOL= yes @@ -27,8 +28,7 @@ MAN1= pkg-config.1 post-extract: @${RM} -rf ${WRKSRC}/glib-1.2.8 - @${CP} -R ${WRKDIRPREFIX}${.CURDIR}/../../devel/glib12/work/glib-1.2* \ - ${WRKSRC}/glib-1.2.8 + @${CP} -R ${WRKSRC}/../glib-1.2* ${WRKSRC}/glib-1.2.8 post-install: ${MKDIR} ${PREFIX}/libdata/pkgconfig diff --git a/devel/pkg-config/distinfo b/devel/pkg-config/distinfo index c29b00e..23165af3 100644 --- a/devel/pkg-config/distinfo +++ b/devel/pkg-config/distinfo @@ -1 +1,2 @@ MD5 (pkgconfig-0.5.0.tar.gz) = 84b14fbf4b5dbd8b35b2d8cde87aea11 +MD5 (glib-1.2.10.tar.gz) = 6fe30dad87c77b91b632def29dd69ef9 |