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:
parent
94080f10fd
commit
430fb879c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74460
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user