diff options
author | marcus <marcus@FreeBSD.org> | 2003-01-14 00:43:27 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-01-14 00:43:27 +0800 |
commit | 8743dbfaf117c5ea2fd564f42777b87895f83fbc (patch) | |
tree | 7ab8cadb86732be51107c03ebe822863bd11ff46 | |
parent | 6f2e40bc06a515c4b4189bf09c137100abac61b2 (diff) | |
download | freebsd-ports-graphics-8743dbfaf117c5ea2fd564f42777b87895f83fbc.tar.gz freebsd-ports-graphics-8743dbfaf117c5ea2fd564f42777b87895f83fbc.tar.zst freebsd-ports-graphics-8743dbfaf117c5ea2fd564f42777b87895f83fbc.zip |
Add a dependency on pkgconfig.
Reported by: bento
-rw-r--r-- | devel/libsigc++12/Makefile | 5 | ||||
-rw-r--r-- | devel/libsigc++20/Makefile | 5 | ||||
-rw-r--r-- | misc/gnome-mime-data/Makefile | 4 | ||||
-rw-r--r-- | misc/gnomemimedata/Makefile | 4 |
4 files changed, 14 insertions, 4 deletions
diff --git a/devel/libsigc++12/Makefile b/devel/libsigc++12/Makefile index 251f905e868..a33dd125d96 100644 --- a/devel/libsigc++12/Makefile +++ b/devel/libsigc++12/Makefile @@ -7,6 +7,7 @@ PORTNAME= libsigc++ PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} \ ${MASTER_SITE_SOURCEFORGE} @@ -16,7 +17,9 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 +BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ + pkg-config:${PORTSDIR}/devel/pkgconfig +RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_GMAKE= yes LATEST_LINK= libsigc++12 diff --git a/devel/libsigc++20/Makefile b/devel/libsigc++20/Makefile index 251f905e868..a33dd125d96 100644 --- a/devel/libsigc++20/Makefile +++ b/devel/libsigc++20/Makefile @@ -7,6 +7,7 @@ PORTNAME= libsigc++ PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} \ ${MASTER_SITE_SOURCEFORGE} @@ -16,7 +17,9 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 +BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ + pkg-config:${PORTSDIR}/devel/pkgconfig +RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_GMAKE= yes LATEST_LINK= libsigc++12 diff --git a/misc/gnome-mime-data/Makefile b/misc/gnome-mime-data/Makefile index 522c8a3718b..f335386946c 100644 --- a/misc/gnome-mime-data/Makefile +++ b/misc/gnome-mime-data/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomemimedata PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-mime-data/2.0 @@ -16,7 +16,9 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org +BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_BZIP2= yes USE_X_PREFIX= yes diff --git a/misc/gnomemimedata/Makefile b/misc/gnomemimedata/Makefile index 522c8a3718b..f335386946c 100644 --- a/misc/gnomemimedata/Makefile +++ b/misc/gnomemimedata/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomemimedata PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-mime-data/2.0 @@ -16,7 +16,9 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org +BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_BZIP2= yes USE_X_PREFIX= yes |