1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Add a missing dependency on pkgconfig.

Reported by:	bento
This commit is contained in:
Joe Marcus Clarke 2003-02-02 05:08:18 +00:00
parent 94080f10fd
commit 430fb879c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74460

View File

@ -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