aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2008-05-15 06:26:05 +0800
committerJeremy Messenger <mezz@FreeBSD.org>2008-05-15 06:26:05 +0800
commiteb1aa44385ff863b6874baf74d8fc1b921134736 (patch)
treede4cf7ef75e6440d33a463535a947e8836c37084 /net-p2p
parent02962c9771cd980151e134a3a9bb1dcbc32f9d8c (diff)
downloadfreebsd-ports-eb1aa44385ff863b6874baf74d8fc1b921134736.tar.gz
freebsd-ports-eb1aa44385ff863b6874baf74d8fc1b921134736.tar.zst
freebsd-ports-eb1aa44385ff863b6874baf74d8fc1b921134736.zip
Fix the build (also for -daemon) by add pkg-config.
Reported by: pointyhat via pav
Notes
Notes: svn path=/head/; revision=213069
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/transmission-cli/Makefile2
-rw-r--r--net-p2p/transmission/Makefile2
2 files changed, 2 insertions, 2 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
diff --git a/net-p2p/transmission/Makefile b/net-p2p/transmission/Makefile
index 47e906a15dce..bfb5990b901a 100644
--- a/net-p2p/transmission/Makefile
+++ b/net-p2p/transmission/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