diff options
author | mezz <mezz@FreeBSD.org> | 2008-05-15 06:26:05 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-05-15 06:26:05 +0800 |
commit | ba245067e95356b0a70dd90437db88d0accf5c26 (patch) | |
tree | 66d0a7b77548e4b2131bd17f38ae64aac392d1fe /net-p2p/transmission-cli | |
parent | 08de8cb0567e6473511166af5f3496f485c5ef95 (diff) | |
download | freebsd-ports-gnome-ba245067e95356b0a70dd90437db88d0accf5c26.tar.gz freebsd-ports-gnome-ba245067e95356b0a70dd90437db88d0accf5c26.tar.zst freebsd-ports-gnome-ba245067e95356b0a70dd90437db88d0accf5c26.zip |
Fix the build (also for -daemon) by add pkg-config.
Reported by: pointyhat via pav
Diffstat (limited to 'net-p2p/transmission-cli')
-rw-r--r-- | net-p2p/transmission-cli/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile index 47e906a15dce..bfb5990b901a 100644 --- a/net-p2p/transmission-cli/Makefile +++ b/net-p2p/transmission-cli/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME?= gnometarget intlhack +USE_GNOME?= gnometarget intlhack pkgconfig USE_GETTEXT= yes USE_OPENSSL= yes GNU_CONFIGURE= yes |