diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 23:25:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 23:25:41 +0800 |
commit | 7891699e17e40d001853a94b5e24e9d59bfe0eb9 (patch) | |
tree | 684b0feb12b2ef6df078c657dbd67257aba8102f /graphics | |
parent | 542fc866c4c8a722a822fe50c7b3ad9db8c9c54a (diff) | |
download | freebsd-ports-gnome-7891699e17e40d001853a94b5e24e9d59bfe0eb9.tar.gz freebsd-ports-gnome-7891699e17e40d001853a94b5e24e9d59bfe0eb9.tar.zst freebsd-ports-gnome-7891699e17e40d001853a94b5e24e9d59bfe0eb9.zip |
Add en explicit dependency on pkgconf
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/evince/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 80c280025374..5f3e7d100622 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -25,9 +25,8 @@ USE_LDCONFIG= yes USE_BZIP2= yes USE_AUTOTOOLS= libtool INSTALLS_ICONS= yes -USE_GMAKE= yes INSTALLS_OMF= yes -USES= desktop-file-utils gettext pathfix +USES= desktop-file-utils gettext pathfix gmake pkgconfig USE_GNOME= intlhack gnomeprefix gnomedocutils ltasneededhack gconf2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |