diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-24 01:48:32 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-24 01:48:32 +0000 |
commit | b7ea51bc2c6afacb242bfac19b37f54274daee6d (patch) | |
tree | 1171362a8024747a09b3b064ee5aa297b5180700 /devel/pkgconfig | |
parent | 98b3ac1c1f7d9ab908f8ffebf69831d44f0d7113 (diff) |
Rework previous commit. Turns out that pkgconfig is not a build-time
dependency for glib12, so remove that, and put pkgconfig back to the
way it was before.
Notes
Notes:
svn path=/head/; revision=42992
Diffstat (limited to 'devel/pkgconfig')
-rw-r--r-- | devel/pkgconfig/Makefile | 7 | ||||
-rw-r--r-- | devel/pkgconfig/distinfo | 1 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/pkgconfig/Makefile b/devel/pkgconfig/Makefile index 96ba5f6b1a3d..c618e1ec5fab 100644 --- a/devel/pkgconfig/Makefile +++ b/devel/pkgconfig/Makefile @@ -7,14 +7,14 @@ PORTNAME= pkgconfig PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gnome@FreeBSD.org -DISTFILES= pkgconfig-0.5.0.tar.gz glib-1.2.10.tar.gz +BUILD_DEPENDS= /nonexistent:${PORTSDIR}/devel/glib12:patch USE_GMAKE= yes USE_LIBTOOL= yes @@ -28,7 +28,8 @@ MAN1= pkg-config.1 post-extract: @${RM} -rf ${WRKSRC}/glib-1.2.8 - @${CP} -R ${WRKSRC}/../glib-1.2* ${WRKSRC}/glib-1.2.8 + @${CP} -R ${WRKDIRPREFIX}${.CURDIR}/../../devel/glib12/work/glib-1.2* \ + ${WRKSRC}/glib-1.2.8 post-install: ${MKDIR} ${PREFIX}/libdata/pkgconfig diff --git a/devel/pkgconfig/distinfo b/devel/pkgconfig/distinfo index 23165af3eaaf..c29b00edb0e9 100644 --- a/devel/pkgconfig/distinfo +++ b/devel/pkgconfig/distinfo @@ -1,2 +1 @@ MD5 (pkgconfig-0.5.0.tar.gz) = 84b14fbf4b5dbd8b35b2d8cde87aea11 -MD5 (glib-1.2.10.tar.gz) = 6fe30dad87c77b91b632def29dd69ef9 |