diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 06:40:22 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 06:40:22 +0800 |
commit | 8e8a3939cd81bba3f5a330447902bbef9c2d376a (patch) | |
tree | 9ef8656df2a2a56639b9a3ce8d410985fc2ec62d /graphics | |
parent | 1ecbed33abf3465582c17ed8356bdda386b7a9dd (diff) | |
download | freebsd-ports-gnome-8e8a3939cd81bba3f5a330447902bbef9c2d376a.tar.gz freebsd-ports-gnome-8e8a3939cd81bba3f5a330447902bbef9c2d376a.tar.zst freebsd-ports-gnome-8e8a3939cd81bba3f5a330447902bbef9c2d376a.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/nomacs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/nomacs/Makefile b/graphics/nomacs/Makefile index 5793ef1cf29e..f37986ae7f65 100644 --- a/graphics/nomacs/Makefile +++ b/graphics/nomacs/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= exiv2:${PORTSDIR}/graphics/exiv2 \ sysinfo:${PORTSDIR}/devel/libsysinfo USE_BZIP2= yes -USES= cmake desktop-file-utils +USES= cmake desktop-file-utils pkgconfig USE_QT4= gui network linguist_build moc_build \ qmake_build rcc_build uic_build LDFLAGS+= -lsysinfo -lkvm |