diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-02 05:08:18 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-02 05:08:18 +0000 |
commit | 814342419201f5706aa670ab77f73d2efaa55111 (patch) | |
tree | d37f4a76f0dceaf3b0907684e71210058170e309 | |
parent | c7cb1b5921363a40094f224072adf39dc5d39f6d (diff) | |
download | FreeBSD-ports-814342419201f5706aa670ab77f73d2efaa55111.zip FreeBSD-ports-814342419201f5706aa670ab77f73d2efaa55111.tar.gz |
Add a missing dependency on pkgconfig.
Reported by: bento
-rw-r--r-- | x11/startup-notification/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/startup-notification/Makefile b/x11/startup-notification/Makefile index d61df0f..22fbed3 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 |