aboutsummaryrefslogtreecommitdiff
path: root/x11/startup-notification
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-02 05:08:18 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-02 05:08:18 +0000
commit430fb879c5b4b585cbacfe63430df6745deb0f2f (patch)
treecdfaaa90ddf29470582848e780d646853f7608fc /x11/startup-notification
parent94080f10fdaae6addc54e8f9c7c06fc292f430af (diff)
downloadports-430fb879c5b4b585cbacfe63430df6745deb0f2f.tar.gz
ports-430fb879c5b4b585cbacfe63430df6745deb0f2f.zip
Add a missing dependency on pkgconfig.
Reported by: bento
Notes
Notes: svn path=/head/; revision=74460
Diffstat (limited to 'x11/startup-notification')
-rw-r--r--x11/startup-notification/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/startup-notification/Makefile b/x11/startup-notification/Makefile
index d61df0fd5a70..22fbed36bb1b 100644
--- a/x11/startup-notification/Makefile
+++ b/x11/startup-notification/Makefile
@@ -7,6 +7,7 @@
PORTNAME= startup-notification
PORTVERSION= 0.5
+PORTREVISION= 1
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.5
@@ -14,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_REINPLACE= yes