aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-01-14 00:43:27 +0800
committermarcus <marcus@FreeBSD.org>2003-01-14 00:43:27 +0800
commit8743dbfaf117c5ea2fd564f42777b87895f83fbc (patch)
tree7ab8cadb86732be51107c03ebe822863bd11ff46 /devel
parent6f2e40bc06a515c4b4189bf09c137100abac61b2 (diff)
downloadfreebsd-ports-gnome-8743dbfaf117c5ea2fd564f42777b87895f83fbc.tar.gz
freebsd-ports-gnome-8743dbfaf117c5ea2fd564f42777b87895f83fbc.tar.zst
freebsd-ports-gnome-8743dbfaf117c5ea2fd564f42777b87895f83fbc.zip
Add a dependency on pkgconfig.
Reported by: bento
Diffstat (limited to 'devel')
-rw-r--r--devel/libsigc++12/Makefile5
-rw-r--r--devel/libsigc++20/Makefile5
2 files changed, 8 insertions, 2 deletions
diff --git a/devel/libsigc++12/Makefile b/devel/libsigc++12/Makefile
index 251f905e868f..a33dd125d969 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 251f905e868f..a33dd125d969 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