diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 16:49:46 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 16:49:46 +0800 |
commit | a3c425eac4f10c609b832fbf89e050e1dcc2744f (patch) | |
tree | e9e009fc092528bdc298f66c506930624e74cb2c /graphics/xournal | |
parent | ca7b1a32f0ab22c9c850a23b006fb2af08456c55 (diff) | |
download | freebsd-ports-gnome-a3c425eac4f10c609b832fbf89e050e1dcc2744f.tar.gz freebsd-ports-gnome-a3c425eac4f10c609b832fbf89e050e1dcc2744f.tar.zst freebsd-ports-gnome-a3c425eac4f10c609b832fbf89e050e1dcc2744f.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'graphics/xournal')
-rw-r--r-- | graphics/xournal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/xournal/Makefile b/graphics/xournal/Makefile index 54d57c0a6d29..db328560dde2 100644 --- a/graphics/xournal/Makefile +++ b/graphics/xournal/Makefile @@ -14,6 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= poppler-glib:${PORTSDIR}/graphics/poppler-glib +USES= pkgconfig USE_GNOME= desktopfileutils libgnomecanvas GNU_CONFIGURE= yes CONFIGURE_ARGS= --docdir="${DOCSDIR}" |