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/grilo | |
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/grilo')
-rw-r--r-- | net/grilo/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/grilo/Makefile b/net/grilo/Makefile index 254fe1db402a..66d34715999e 100644 --- a/net/grilo/Makefile +++ b/net/grilo/Makefile @@ -9,10 +9,10 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Grilo is a framework focused on making media discovery and browsing -BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala -LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ - liboauth.so:${PORTSDIR}/net/liboauth \ - libtotem-plparser.so:${PORTSDIR}/multimedia/totem-pl-parser +BUILD_DEPENDS= vapigen:lang/vala +LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ + liboauth.so:net/liboauth \ + libtotem-plparser.so:multimedia/totem-pl-parser USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes |