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/rubrica | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) | |
download | ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412346
Diffstat (limited to 'deskutils/rubrica')
-rw-r--r-- | deskutils/rubrica/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/rubrica/Makefile b/deskutils/rubrica/Makefile index a77cb019c2e3..a0f3555a71c5 100644 --- a/deskutils/rubrica/Makefile +++ b/deskutils/rubrica/Makefile @@ -12,8 +12,8 @@ COMMENT= Addressbook for the GNOME 2 desktop LICENSE= GPLv3 -LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify -RUN_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme +LIB_DEPENDS= libnotify.so:devel/libnotify +RUN_DEPENDS= gnome-icon-theme>=0:misc/gnome-icon-theme USES= desktop-file-utils gmake libtool pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes |