diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /deskutils/orage | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) | |
download | freebsd-ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'deskutils/orage')
-rw-r--r-- | deskutils/orage/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/deskutils/orage/Makefile b/deskutils/orage/Makefile index 071bc0a88602..5e04ca222034 100644 --- a/deskutils/orage/Makefile +++ b/deskutils/orage/Makefile @@ -14,9 +14,9 @@ COMMENT= Calendar application for the Xfce Desktop LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \ - libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ - libical.so:${PORTSDIR}/devel/libical +LIB_DEPENDS= libpopt.so:devel/popt \ + libdbus-glib-1.so:devel/dbus-glib \ + libical.so:devel/libical GNU_CONFIGURE= yes INSTALLS_ICONS= yes @@ -27,7 +27,7 @@ USE_XFCE= panel 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 CFLAGS+= -I${LOCALBASE}/include/libical |