diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /x11-toolkits/libgnomeui | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/libgnomeui')
-rw-r--r-- | x11-toolkits/libgnomeui/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile index 410ce89ce86d..2520d1fcc9a5 100644 --- a/x11-toolkits/libgnomeui/Makefile +++ b/x11-toolkits/libgnomeui/Makefile @@ -16,9 +16,9 @@ USES= tar:bzip2 .if !defined(REFERENCE_PORT) -LIB_DEPENDS+= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \ - libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification -RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme +LIB_DEPENDS+= libgnome-keyring.so:security/libgnome-keyring \ + libstartup-notification-1.so:x11/startup-notification +RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:misc/gnome-icon-theme USES+= bison gettext gmake libtool:keepla pathfix pkgconfig USE_GNOME= gnomeprefix intltool libbonoboui referencehack gvfs |