aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2004-12-26 03:55:26 +0800
committerSergey Matveychuk <sem@FreeBSD.org>2004-12-26 03:55:26 +0800
commit80ed5116f9d9284bf419217ae5912d4e9ee5c835 (patch)
treea8f24026d0de0b49cb3fdc3bceb6b43aa4c41460 /net-p2p
parent9af30db32ec25961aca3134097b768a19b3386f7 (diff)
downloadfreebsd-ports-gnome-80ed5116f9d9284bf419217ae5912d4e9ee5c835.tar.gz
freebsd-ports-gnome-80ed5116f9d9284bf419217ae5912d4e9ee5c835.tar.zst
freebsd-ports-gnome-80ed5116f9d9284bf419217ae5912d4e9ee5c835.zip
- Fix build with a fresh giFT port.
Add dependence on pkgconfig. Reported by: pointyhat via kris
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/gift-fasttrack/Makefile1
-rw-r--r--net-p2p/gift-gnutella/Makefile1
-rw-r--r--net-p2p/gift-openft/Makefile1
3 files changed, 3 insertions, 0 deletions
diff --git a/net-p2p/gift-fasttrack/Makefile b/net-p2p/gift-fasttrack/Makefile
index 8db280921ca3..8c0db836ad1d 100644
--- a/net-p2p/gift-fasttrack/Makefile
+++ b/net-p2p/gift-fasttrack/Makefile
@@ -17,6 +17,7 @@ LIB_DEPENDS= gift.0:${PORTSDIR}/net/gift
GNU_CONFIGURE= yes
USE_GMAKE= yes
+USE_GNOME= pkgconfig
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
diff --git a/net-p2p/gift-gnutella/Makefile b/net-p2p/gift-gnutella/Makefile
index cdd2f020db12..4dbe131e65eb 100644
--- a/net-p2p/gift-gnutella/Makefile
+++ b/net-p2p/gift-gnutella/Makefile
@@ -20,6 +20,7 @@ LIB_DEPENDS= gift.0:${PORTSDIR}/net/gift
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
+USE_GNOME= pkgconfig
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
diff --git a/net-p2p/gift-openft/Makefile b/net-p2p/gift-openft/Makefile
index 02a93ddf8e72..2e9711ac0539 100644
--- a/net-p2p/gift-openft/Makefile
+++ b/net-p2p/gift-openft/Makefile
@@ -21,6 +21,7 @@ LIB_DEPENDS= gift.0:${PORTSDIR}/net/gift \
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
+USE_GNOME= pkgconfig
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \