diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-05 17:15:49 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-05 17:15:49 +0800 |
commit | d82ab35b164c5bef5324aff9433f09c5f95c789d (patch) | |
tree | 580e3c0dbe891b70ae218e03f1c6b0424f00cf60 /news | |
parent | b6d120431e8487737cb2e3761ec4945e52d77890 (diff) | |
download | freebsd-ports-gnome-d82ab35b164c5bef5324aff9433f09c5f95c789d.tar.gz freebsd-ports-gnome-d82ab35b164c5bef5324aff9433f09c5f95c789d.tar.zst freebsd-ports-gnome-d82ab35b164c5bef5324aff9433f09c5f95c789d.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'news')
-rw-r--r-- | news/nzbget/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/nzbget/Makefile b/news/nzbget/Makefile index 1d840fe90b45..e5f6a503d271 100644 --- a/news/nzbget/Makefile +++ b/news/nzbget/Makefile @@ -14,6 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \ sigc-2:${PORTSDIR}/devel/libsigc++20 +USES= gmake pkgconfig USE_RC_SUBR= nzbget GNU_CONFIGURE= yes CONFIGURE_ENV= LOCALBASE="${LOCALBASE}" @@ -21,7 +22,6 @@ MAKE_JOBS_UNSAFE=yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= ${PTHREAD_LIBS} CFLAGS+= ${PTHREAD_CFLAGS} -USE_GMAKE= yes PAR_DESC= Support verifying/repairing with par2 files OPTIONS_DEFINE= PAR |