diff options
author | ade <ade@FreeBSD.org> | 2001-05-24 01:48:32 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-05-24 01:48:32 +0000 |
commit | e30daf5c65269ba234a4198c8363d43ac3d03e37 (patch) | |
tree | 06a36b74d00752bc5d20cbad5f11c6262fdd0234 /devel/pkg-config | |
parent | 874b53c16ddccccf4f325c30c83817d56343bec7 (diff) | |
download | FreeBSD-ports-e30daf5c65269ba234a4198c8363d43ac3d03e37.zip FreeBSD-ports-e30daf5c65269ba234a4198c8363d43ac3d03e37.tar.gz |
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.
Diffstat (limited to 'devel/pkg-config')
-rw-r--r-- | devel/pkg-config/Makefile | 7 | ||||
-rw-r--r-- | devel/pkg-config/distinfo | 1 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/pkg-config/Makefile b/devel/pkg-config/Makefile index 96ba5f6..c618e1e 100644 --- a/devel/pkg-config/Makefile +++ b/devel/pkg-config/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/pkg-config/distinfo b/devel/pkg-config/distinfo index 23165af3..c29b00e 100644 --- a/devel/pkg-config/distinfo +++ b/devel/pkg-config/distinfo @@ -1,2 +1 @@ MD5 (pkgconfig-0.5.0.tar.gz) = 84b14fbf4b5dbd8b35b2d8cde87aea11 -MD5 (glib-1.2.10.tar.gz) = 6fe30dad87c77b91b632def29dd69ef9 |