diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
commit | c60c1d09235abbfd733e901b1872b86adc82027c (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net-p2p/gnunet | |
parent | 0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (diff) | |
download | freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.gz freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.zst freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.zip |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'net-p2p/gnunet')
-rw-r--r-- | net-p2p/gnunet/Makefile | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index f185d7dec771..6856458dd6df 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -12,17 +12,17 @@ COMMENT= Anonymous, distributed, reputation-based network LICENSE= GPLv3 -LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg \ - libopus.so:${PORTSDIR}/audio/opus \ - libpulse.so:${PORTSDIR}/audio/pulseaudio \ - libltdl.so:${PORTSDIR}/devel/libltdl \ - libunistring.so:${PORTSDIR}/devel/libunistring \ - libidn.so:${PORTSDIR}/dns/libidn \ - libglpk.so:${PORTSDIR}/math/glpk \ - libgmp.so:${PORTSDIR}/math/gmp \ - libgnutls.so:${PORTSDIR}/security/gnutls \ - libgcrypt.so:${PORTSDIR}/security/libgcrypt \ - libextractor.so:${PORTSDIR}/textproc/libextractor +LIB_DEPENDS= libogg.so:audio/libogg \ + libopus.so:audio/opus \ + libpulse.so:audio/pulseaudio \ + libltdl.so:devel/libltdl \ + libunistring.so:devel/libunistring \ + libidn.so:dns/libidn \ + libglpk.so:math/glpk \ + libgmp.so:math/gmp \ + libgnutls.so:security/gnutls \ + libgcrypt.so:security/libgcrypt \ + libextractor.so:textproc/libextractor USES= gmake iconv libtool pathfix pkgconfig USE_GNOME= glib20 @@ -56,7 +56,7 @@ OPTIONS_DEFAULT= SQLITE OPTIONS_SUB= yes HTTP_DESC= Enable HTTP transport via libmicrohttpd -HTTP_LIB_DEPENDS= libmicrohttpd.so:${PORTSDIR}/www/libmicrohttpd +HTTP_LIB_DEPENDS= libmicrohttpd.so:www/libmicrohttpd HTTP_CONFIGURE_ON= --with-microhttpd=${LOCALBASE} HTTP_CONFIGURE_OFF= --without-microhttpd MYSQL_DESC= Use MySQL for the data store and cache |