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/gupnp-av | |
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/gupnp-av')
-rw-r--r-- | net/gupnp-av/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/gupnp-av/Makefile b/net/gupnp-av/Makefile index b1dd8b7ca927..1401f7006395 100644 --- a/net/gupnp-av/Makefile +++ b/net/gupnp-av/Makefile @@ -11,10 +11,10 @@ COMMENT= Helpers for audio/video applications using GUPnP LICENSE= LGPL20 -BUILD_DEPENDS= gobject-introspection>=0.9.5:${PORTSDIR}/devel/gobject-introspection \ - gupnp>=0.19.0:${PORTSDIR}/net/gupnp -LIB_DEPENDS= libgupnp-1.0.so:${PORTSDIR}/net/gupnp -RUN_DEPENDS= gupnp>=0.19.0:${PORTSDIR}/net/gupnp +BUILD_DEPENDS= gobject-introspection>=0.9.5:devel/gobject-introspection \ + gupnp>=0.19.0:net/gupnp +LIB_DEPENDS= libgupnp-1.0.so:net/gupnp +RUN_DEPENDS= gupnp>=0.19.0:net/gupnp OPTIONS_DEFINE= VALA OPTIONS_SUB= yes @@ -29,7 +29,7 @@ USES= gmake libtool pathfix pkgconfig tar:xz PORTDATA= * -VALA_BUILD_DEPENDS= vala>=0.22:${PORTSDIR}/lang/vala +VALA_BUILD_DEPENDS= vala>=0.22:lang/vala VALA_CONFIGURE_ENV= ac_cv_path_VAPIGEN=${LOCALBASE}/bin/vapigen VALA_CONFIGURE_ENV_OFF= ac_cv_path_VAPIGEN="" |