aboutsummaryrefslogtreecommitdiff
path: root/net/liferea
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
commit8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /net/liferea
parenta9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff)
downloadports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz
ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412348
Diffstat (limited to 'net/liferea')
-rw-r--r--net/liferea/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/net/liferea/Makefile b/net/liferea/Makefile
index 32fb06350493..b3287fccfe13 100644
--- a/net/liferea/Makefile
+++ b/net/liferea/Makefile
@@ -11,12 +11,12 @@ COMMENT= Simple RSS/RDF feed reader
LICENSE= GPLv2
-BUILD_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
-LIB_DEPENDS= libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 \
- libpeas-1.0.so:${PORTSDIR}/devel/libpeas \
- libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib
-RUN_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \
- ${PYTHON_PKGNAMEPREFIX}libpeas>=0:${PORTSDIR}/devel/py-libpeas
+BUILD_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
+LIB_DEPENDS= libwebkitgtk-3.0.so:www/webkit-gtk3 \
+ libpeas-1.0.so:devel/libpeas \
+ libjson-glib-1.0.so:devel/json-glib
+RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \
+ ${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py-libpeas
USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \
python:2 sqlite tar:bzip2
@@ -34,7 +34,7 @@ INSTALLS_ICONS= yes
OPTIONS_DEFINE= NOTIFY
OPTIONS_DEFAULT=NOTIFY
-NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify
+NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify
NOTIFY_CONFIGURE_ENABLE=libnotify
.include <bsd.port.mk>