summaryrefslogtreecommitdiff
path: root/devel/gnome-common
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-10 06:38:14 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-10 06:38:14 +0000
commit2de9acc2cb0cc21a10fc46965d981373ce0ba18d (patch)
treee10ffdde64cfa568d96e4f7551977f80df1cc103 /devel/gnome-common
parentUpgrade to 4.28 (diff)
Add missing dependency on pkgconfig.
Reported by: bento
Notes
Notes: svn path=/head/; revision=58849
Diffstat (limited to 'devel/gnome-common')
-rw-r--r--devel/gnome-common/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/gnome-common/Makefile b/devel/gnome-common/Makefile
index aeb1a0cad9a4..b97936ea19cc 100644
--- a/devel/gnome-common/Makefile
+++ b/devel/gnome-common/Makefile
@@ -15,6 +15,9 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
+BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
+RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
+
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes