diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 22:08:55 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 22:08:55 +0800 |
commit | 916482d8f434e4918b2af28e9133d744b3632f6c (patch) | |
tree | 30aec4eb86fae53a3d9c973b70c5fb2f5ed11e32 /misc/gnome-osd | |
parent | 23bfaa0421546878c7d4e22c4707e0111349177f (diff) | |
download | freebsd-ports-gnome-916482d8f434e4918b2af28e9133d744b3632f6c.tar.gz freebsd-ports-gnome-916482d8f434e4918b2af28e9133d744b3632f6c.tar.zst freebsd-ports-gnome-916482d8f434e4918b2af28e9133d744b3632f6c.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'misc/gnome-osd')
-rw-r--r-- | misc/gnome-osd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/gnome-osd/Makefile b/misc/gnome-osd/Makefile index 4054931a19da..8ce0b2cc5d4d 100644 --- a/misc/gnome-osd/Makefile +++ b/misc/gnome-osd/Makefile @@ -11,10 +11,9 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= On-Screen-Display infrastructure using Pango text rendering -USES= pathfix +USES= pathfix gmake pkgconfig USE_GNOME= gnomeprefix intlhack pygnome2 USE_PYTHON= yes -USE_GMAKE= yes GNU_CONFIGURE= yes GCONF_SCHEMAS= gnome-osd.schemas |