diff options
author | Koop Mast <kwm@FreeBSD.org> | 2012-10-03 15:37:08 +0800 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2012-10-03 15:37:08 +0800 |
commit | 55f7a7eb6c146dad445ddcada90a24640b84a5ed (patch) | |
tree | c94ddaa86cc8c384abb8b6f2434b91429e29ba2e | |
parent | 6f2ab67ac2278d901d031929e4f7aa98513d0b2a (diff) | |
download | freebsd-ports-gnome-55f7a7eb6c146dad445ddcada90a24640b84a5ed.tar.gz freebsd-ports-gnome-55f7a7eb6c146dad445ddcada90a24640b84a5ed.tar.zst freebsd-ports-gnome-55f7a7eb6c146dad445ddcada90a24640b84a5ed.zip |
This port needs pkgconf.
-rw-r--r-- | misc/gnome-user-docs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/gnome-user-docs/Makefile b/misc/gnome-user-docs/Makefile index f54ed3dfd7e1..e3a0e3796cd6 100644 --- a/misc/gnome-user-docs/Makefile +++ b/misc/gnome-user-docs/Makefile @@ -19,6 +19,7 @@ BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian USE_BZIP2= yes +USE_PKGCONFIG= build USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_OMF= yes |